Skip to content

Commit

Permalink
Merge pull request #3 from ztl8702/gh-pages
Browse files Browse the repository at this point in the history
 戚林八音修正等
  • Loading branch information
only3km authored Apr 3, 2018
2 parents 7f72e6d + a2e2a53 commit 4d7628f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CikLinBekIn.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@
1365,𢟣,,,鶯亦,香姜,7
1366,爙,,,鶯亦,香姜,7
1367,鬤,,,鶯亦,香姜,7
1368,若:⿱&M-30640;右,,,鶯亦,香姜,8
1368,𠰥,,,鶯亦,香姜,8
1369,若,,,鶯亦,香姜,8
1370,悅,,,鶯亦,香姜,8
1371,說,,,鶯亦,香姜,8
Expand Down Expand Up @@ -1448,7 +1448,7 @@
1447,墻,,,出,香姜,5
1448,牆,,,出,香姜,5
1449,廧,,,出,香姜,5
1450,牆:⿰爿夾⿱回,,,出,香姜,5
1450,⿰爿夾⿱回,,,出,香姜,5
1451,嬙,,,出,香姜,5
1452,艢,,,出,香姜,5
1453,薔,,,出,香姜,5
Expand Down Expand Up @@ -3889,7 +3889,7 @@
3888,甯,,,日女,賓京,7
3889,寧,,,日女,賓京,7
3890,儜,,,日女,賓京,7
3891,儜:⿰亻寕,,,日女,賓京,7
3891,⿰亻寕,,,日女,賓京,7
3892,日,,,日女,賓京,8
3893,汨,,,日女,賓京,8
3894,溺,,,日女,賓京,8
Expand Down
2 changes: 1 addition & 1 deletion CikLinBekIn.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
5. 陽煬揚楊暘瘍延筵莚涎蜒羊佯徉烊洋鉛沿然撚燃焉緣鎔䗡𥂸蝝巡`:⿺夂巛`埏郔綖颺𤡮鴹痒劷䳿諹鋋霷禓䀽瑒
6.
7. 養樣讓禳漾攘緣躟𧫛懹𢟣爙鬤
8. `若:⿱&M-30640;右`若悅說弱蒻藥鑰𨷲禴瀹𥸤躍楉箬爚䶳籥䠯
8. 𠰥若悅說弱蒻藥鑰𨷲禴瀹𥸤躍楉箬爚䶳籥䠯

###蒙美

Expand Down
7 changes: 6 additions & 1 deletion scripts/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,17 @@ def outputChar(s,initial,final,tone):
#觱`:⿵咸角`
outputs[i-1][-1] = False
outputs[i][0] = outputs[i][0][1:] #去掉冒號
outputs[i][1] = outputs[i-1][0] #將冒號前字設爲IDS的同形
outputs[i][1] = outputs[i-1][0] #將冒號前字設爲IDS的等價
elif outputs[i][0][-1]==':':
#`⿰⿱亠䜌欠:`㱍
outputs[i+1][-1] = False
outputs[i][0] = outputs[i][0][:-1] #去掉冒號
outputs[i][2] = outputs[i+1][0] #將冒號後字設爲IDS的異形
elif len(outputs[i][0])>1 and outputs[i][0][1]==':':
# `牆:⿰爿夾⿱回`
splits = outputs[i][0].split(':')
outputs[i][0] = splits[1] #將IDS設爲本字
outputs[i][1] = splits[0] #將引號內冒號前的字設爲IDS的等價


import csv
Expand Down

0 comments on commit 4d7628f

Please sign in to comment.