- Notifications
You must be signed in to change notification settings - Fork0
polm/node-migemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a re-implementation ofmigemo in NodeJS. Migemo is a tool for generating regular expressions for Japanese based on romaji input. Wapuro style input (and therefore most of Kunreishiki and Hepburn) is supported.
Unlike other migemos, the dictionary is based on Edict2, not SKK, which solves some problems but creates others.
To start using it right away, install together withsearchy.
npm install -g migemo searchy
The code I have written is released under the WTFPL, do as you like.However, please note the dictionary file is based on edict2 and subject to its terms. I understand this as basically CC-BY-SA-3.0, but please seehere.
There are many other implementations of migemo. Besides theoriginal Ruby version you may also be interested inthis browser-friendly JS version.
For reference here are the other implementations I'm aware of:
- todeskingjs version
- Old Riverjs version
- c/migemo
- XUL/Migemo for Firefox & Thunderbird
- Migemo for Chrome