JSON data of Zhuyin IME is converted from McBopomofo project.

Conversion How-to:

1. Install SpiderMonkey JavaScript Shell

2. Clone a copy of McBopomofo at https://github.com/mjhsieh/McBopomofo

3. Using built-in cooking tool in McBopomofo to generate data.txt

  $ cd /path/to/McBopomofo
  $ make -C Source/Data data.txt

4. Use the cooking tool here to generate JSON files

  $ ./tools/cook.sh /path/to/McBopomofo/Source/Data/data.txt

./words.json and ./phrases.json will be updated.
