summaryrefslogtreecommitdiffstats
path: root/estimate.py
diff options
context:
space:
mode:
Diffstat (limited to 'estimate.py')
-rwxr-xr-xestimate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/estimate.py b/estimate.py
index 6f35d70..1de200b 100755
--- a/estimate.py
+++ b/estimate.py
@@ -11,7 +11,7 @@ from myconfig import MyConfig
config = MyConfig()
-#change cwd to the libpinyin utils/training directory
+#change cwd to the libpinyin data directory
libpinyin_dir = config.getToolsDir()
libpinyin_sub_dir = os.path.join(libpinyin_dir, 'data')
os.chdir(libpinyin_sub_dir)