diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-03 10:53:23 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-03 10:53:28 +0800 |
commit | a041ca72f4b8f971f357acb5f2ccd563a5a7fe46 (patch) | |
tree | c602ffd83d5be4cb9ccea520c699946aa927a2e5 | |
parent | ccb963c2cea6c30d6879c69c48062ee1f4ddf443 (diff) | |
download | libpinyin-a041ca72f4b8f971f357acb5f2ccd563a5a7fe46.tar.gz libpinyin-a041ca72f4b8f971f357acb5f2ccd563a5a7fe46.tar.xz libpinyin-a041ca72f4b8f971f357acb5f2ccd563a5a7fe46.zip |
add comment
-rw-r--r-- | scripts/genspecialtable.py | 1 |
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) |