suika.suikawiki.org:/migemojs/

Files

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 <wakaba@suikawiki.org>.

* 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.

License

Migemo.js - Yet another Migemo implementation in JavaScript
Copyright 2011 Wakaba <wakaba@suikawiki.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.

This program derived from the XUL/Migemo.  For the list of the
original authors and the original license terms, see documentations
under the directory "docs/xulmigemo/".