From 17a753062abe7e57e8913f1e0537ff8501883c57 Mon Sep 17 00:00:00 2001 From: xrj <2023438860@qq.com> Date: Fri, 30 May 2025 12:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9vocabulary=E8=BF=9B=E8=A1=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=AE=A1=E6=9F=A5=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E5=86=85=E9=83=A8=E9=94=99=E8=AF=AF=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vocabulary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vocabulary.py b/app/vocabulary.py index b6c2a08..4d1d76a 100644 --- a/app/vocabulary.py +++ b/app/vocabulary.py @@ -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):