From a041ca72f4b8f971f357acb5f2ccd563a5a7fe46 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 3 Nov 2011 10:53:23 +0800 Subject: add comment --- scripts/genspecialtable.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/genspecialtable.py') 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) -- cgit