We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f6a7 commit a6457e3Copy full SHA for a6457e3
1 file changed
OpenHowNet/Standards.py
@@ -33,7 +33,7 @@ def __init__(self, use_sim=False):
33
for key in word_dict:
34
now_dict = word_dict[key]
35
en_word = now_dict["en_word"].strip()
36
- zh_word = now_dict["zh_word"].strip()
+ zh_word = now_dict["ch_word"].strip()
37
if en_word not in self.en_map:
38
self.en_map[en_word] = list()
39
self.en_map[en_word].append(now_dict)
0 commit comments