summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genspecialtable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genspecialtable.py b/scripts/genspecialtable.py
index 29ecd3f..a53be7a 100644
--- a/scripts/genspecialtable.py
+++ b/scripts/genspecialtable.py
@@ -38,6 +38,7 @@ def sort_all():
resplit_list = sorted(resplit_list, key=operator.itemgetter(0, 1))
def get_chewing_string(pinyin):
+ #handle shengmu
if pinyin not in pinyin_list:
if pinyin in shengmu_list:
(initial, middle, final) = get_shengmu_chewing(pinyin)