-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
44 lines (26 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.