Update: 初学记、佩文韵府 and 五车韵瑞
This commit is contained in:
7
佩文韵府/check_v2.py
Normal file
7
佩文韵府/check_v2.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import json
|
||||
with open('peiwenyunfu_v2.json', 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
|
||||
for k in ['𩅰', '桵', '离', '梩']:
|
||||
print(f"Rhyme: {k}")
|
||||
print(json.dumps(data.get(k, {}), ensure_ascii=False, indent=2))
|
||||
Reference in New Issue
Block a user