对vocabulary进行代码审查,修改了内部错误的文件地址
parent
8be875111d
commit
17a753062a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue