All Projects → wakaba → migemojs

wakaba / migemojs

Licence: other
a JavaScript implementation of Migemo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to migemojs

Kawazu
A C# library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported. Inspired by project Kuroshiro.
Stars: ✭ 33 (+13.79%)
Mutual labels:  kana, kanji
kanji-web-app
Angular.js kanji web application
Stars: ✭ 45 (+55.17%)
Mutual labels:  kana, kanji
Nihonoari-App
A little and minimalist Japanese Kana training
Stars: ✭ 66 (+127.59%)
Mutual labels:  romaji, kana
wana kana rust
Utility library for checking and converting between Japanese characters - Hiragana, Katakana - and Romaji
Stars: ✭ 46 (+58.62%)
Mutual labels:  romaji, kana
KanaQuiz
A simple app to quiz the user on identifying Japanese characters.
Stars: ✭ 19 (-34.48%)
Mutual labels:  kana, kanji
KanjiMaru
Flashcard and Kanji writing Flutter App. Stopped working on this Project. Currently just a graveyard.
Stars: ✭ 26 (-10.34%)
Mutual labels:  kanji
kanji-frequency
Kanji usage frequency data collected from various sources
Stars: ✭ 92 (+217.24%)
Mutual labels:  kanji
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+389.66%)
Mutual labels:  kanji
zkanji
Japanese language study suite and dictionary
Stars: ✭ 55 (+89.66%)
Mutual labels:  kanji
KanaSyllabaryMemory
Kana syllabary 记忆五十音
Stars: ✭ 23 (-20.69%)
Mutual labels:  kana
kanjigrid
Fork of the Kanji Grid addon for Anki
Stars: ✭ 21 (-27.59%)
Mutual labels:  kanji
wanikani-userscripts
Userscripts for the WaniKani.com website
Stars: ✭ 16 (-44.83%)
Mutual labels:  kanji
Zipangu
A library for compatibility about Japan.
Stars: ✭ 27 (-6.9%)
Mutual labels:  kana
anki-canvas
🖌️ Drawing area widget for Anki to practice Kanji writing
Stars: ✭ 25 (-13.79%)
Mutual labels:  kanji
avy-migemo
avy with migemo
Stars: ✭ 16 (-44.83%)
Mutual labels:  migemo
kanji
Haskell suite for determining what 級 (level) of the 漢字検定 (national Kanji exam) a given Kanji belongs to.
Stars: ✭ 19 (-34.48%)
Mutual labels:  kanji
kanji-handwriting-swift
Kanji handwriting recognition for iOS using Zinnia.
Stars: ✭ 27 (-6.9%)
Mutual labels:  kanji
kanjigrid
A web-app displaying the 2200 kanji characters taught in James Heisig's "Remembering the Kanji", 6th edition.
Stars: ✭ 37 (+27.59%)
Mutual labels:  kanji
ibus-hanjp
An Input method that enables to write Japanese script by typing its pronunciation in Korean hangul script.
Stars: ✭ 20 (-31.03%)
Mutual labels:  kana
sakubun
A tool that helps you improve your Japanese vocabulary and kanji skills with practice that's customized to your needs.
Stars: ✭ 20 (-31.03%)
Mutual labels:  kanji
Migemo.js - Yet another Migemo implementation in JavaScript
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a Migemo implementation in JavaScript.

* Usage

  <script src="path/to/migemo.js" id=script-migemojs></script>
  <script>
    regexp = new RegExp (MigemoJS.getRegExp (input));
  </script>

(Don't forget the |id| attribute of the first |script| element.)

See also demo: <https://suika.suikawiki.org/migemojs/demos/getregexp.html>.

* Availability

The git repository for this script is available from:

- <https://github.com/wakaba/migemojs>

* See also

Migemo: ローマ字のまま日本語をインクリメンタル検索
<http://0xcc.net/migemo/>.

XUL Apps > XUL/Migemo - outsider reflex
<http://piro.sakura.ne.jp/xul/_xulmigemo.html>.

SuikaWiki:Migemo <https://wiki.suikawiki.org/n/Migemo>.

* Author

Wakaba <[email protected]>.

* Acknowledgements

The most essential part of this script is derived from XUL/Migemo, a
XUL implementation of Migemo for Mozilla browsers.

* License

GPL2.  See the "LICENSE" file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].