summaryrefslogtreecommitdiffstats
path: root/lib/myconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/myconfig.py')
-rw-r--r--lib/myconfig.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 3459070..9a98852 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -14,6 +14,7 @@ class MyConfig:
'PartialWordThresholdEpoch': 4, \
'PartialWordEpoch': 5, \
'NewWordEpoch': 6, \
+ 'MarkPinyinEpoch': 7, \
}
def getEpochs(self):
@@ -167,3 +168,6 @@ class MyConfig:
def getNewWordFileName(self):
return "newword.txt"
+
+ def getRecognizedWordFileName(self):
+ return "recognized.txt"