- Notifications
You must be signed in to change notification settings - Fork5
a JavaScript implementation of Migemo
License
NotificationsYou must be signed in to change notification settings
wakaba/migemojs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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>.* AvailabilityThe git repository for this script is available from:- <https://github.com/wakaba/migemojs>* See alsoMigemo: ローマ字のまま日本語をインクリメンタル検索<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>.* AuthorWakaba <wakaba@suikawiki.org>.* AcknowledgementsThe most essential part of this script is derived from XUL/Migemo, aXUL implementation of Migemo for Mozilla browsers.* LicenseGPL2. See the "LICENSE" file.