diff options
Diffstat (limited to 'scripts/genpytable.py')
| -rw-r--r-- | scripts/genpytable.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/genpytable.py b/scripts/genpytable.py index 03e7fff..b5f34dc 100644 --- a/scripts/genpytable.py +++ b/scripts/genpytable.py @@ -22,9 +22,11 @@ import pinyin import bopomofo +import chewing +from fuzzy import * def check_pinyin_chewing_map(): - for pinyin_key in pinyin.PINYIN_DICT: + for pinyin_key in pinyin.PINYIN_DICT.keys(): if pinyin_key in bopomofo.PINYIN_BOPOMOFO_MAP.keys(): pass else: |
