Skip to content

Commit

Permalink
Update converter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST authored Feb 2, 2025
1 parent 65b6b86 commit 8a18943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
jieba.load_userdict(str(P / "data" / "dict.txt"))

# 初始化其他自定义数据
fixed_zh_u = load_json("fixed_zh_universal")
fixed_zh_u = load_json("fixed_zh_universal", "data/fixed")
manyoganas_dict: Ldata = load_json("manyogana") # 万叶假名


Expand Down

0 comments on commit 8a18943

Please sign in to comment.