migemojs icon indicating copy to clipboard operation
migemojs copied to clipboard

a JavaScript implementation of Migemo

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.