Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.09 KB

File metadata and controls

27 lines (16 loc) · 1.09 KB

Building Wubi 98 Dictionaries

Generated dictionaries are in dictionaries/.

Procedure

Install Python dependencies using requirements.txt.

Collecting IME table

  1. Run code_collection/collector.py to collect input-output mapping table from an IME
  2. Run code_collection/sanitizer.py to aggregate and sanitize the output of collector.py; this will generate tables/ime_table.csv

Converting IME table to dictionaries

The generated dictionaries will be stored in dictionaries/.

Related resources