fixes specialtable.py
authorPeng Wu <alexepico@gmail.com>
Sat, 14 Jan 2012 02:29:32 +0000 (10:29 +0800)
committerPeng Wu <alexepico@gmail.com>
Sat, 14 Jan 2012 02:31:02 +0000 (10:31 +0800)
scripts/specialtable.py

index 89fa097..75b27a1 100644 (file)
@@ -98,10 +98,12 @@ def gen_all_resplit():
                 new_pinyin_key = pinyin_key[-1] + yun
                 if new_pinyin_key in pinyin_list:
                     yield pinyin_key, yun, pinyin_key[:-1], new_pinyin_key
+'''
         elif pinyin_key[-1] in ["e"]:
             #check first new pinyin key
             if pinyin_key[:-1] in pinyin_list:
                 yield pinyin_key, "r", pinyin_key[:-1], "er"
+'''
 
 
 def filter_resplit():