对vocabulary进行代码审查,修改了内部错误的文件地址

Bug585-chengchuhang
谢荣进 2025-05-30 12:58:17 +08:00
parent 8be875111d
commit 17a753062a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def load_record(pickle_fname):
class VocabularyLevelEstimator:
_test = load_record('words_and_tests.p') # map a word to the sources where it appears
_test = load_record('static\words_and_tests.p') # map a word to the sources where it appears
@property
def level(self):