Skip to content

Commit

Permalink
重調廣韻試算表
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJui committed Oct 27, 2024
1 parent 79f45f0 commit 63a4457
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file removed Documents/廣韻/D300_廣韻_V3.xlsx
Binary file not shown.
Binary file removed Documents/廣韻/D300_廣韻_V5.xlsx
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions a300_漢字查標音.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
廣韻調名 = f'{清濁[-1]}{調}'
台羅聲調 = Kong_Un_Tng_Tai_Loo(廣韻調名)
print('\n-------------------------------------------------')
print('【聲調】:上取聲母分【清濁】,下取韻母定【開合】。\n')
print('【聲調】:上字辨【清濁】,下字定【四聲】。\n')
print(f' (1) 清濁:上字得【{清濁[-1]}】聲;')
print(f' (2) 聲調:下字得【{調}】聲調;')
print(f' (2) 四聲:下字得【{調}】聲調;')
print(f' (3) 台羅聲調:第【{台羅聲調}】調。')

print('\n-------------------------------------------------')
Expand Down
4 changes: 2 additions & 2 deletions a400_反切查拼音.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
廣韻調名 = f'{清濁[-1]}{調}'
台羅聲調 = Kong_Un_Tng_Tai_Loo(廣韻調名)
print('\n-------------------------------------------------')
print('聲調:上取聲母分【清濁】,下取韻母定【開合】。\n')
print('聲調:上字辨【清濁】,下字定【四聲】。\n')
print(f' (1) 清濁:上字得【{清濁[-1]}】聲;')
print(f' (2) 聲調:下字得【{調}】聲調;')
print(f' (2) 四聲:下字得【{調}】聲調;')
print(f' (3) 台羅聲調:第【{台羅聲調}】調。')

print('\n-------------------------------------------------')
Expand Down

0 comments on commit 63a4457

Please sign in to comment.