add comment
authorPeng Wu <alexepico@gmail.com>
Thu, 3 Nov 2011 02:53:23 +0000 (10:53 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 3 Nov 2011 02:53:28 +0000 (10:53 +0800)
scripts/genspecialtable.py

index 29ecd3f..a53be7a 100644 (file)
@@ -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)