From 93037fada3ffffa0d0d0db8aaa85970fe6fbe95d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 29 Jan 2013 14:40:25 +0800 Subject: write markPinyin --- lib/myconfig.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/myconfig.py b/lib/myconfig.py index 9a98852..ea02f79 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -171,3 +171,9 @@ class MyConfig: def getRecognizedWordFileName(self): return "recognized.txt" + + def getDefaultPinyinTotalFrequency(self): + return 100 + + def getMinimumPinyinFrequency(self): + return 3 -- cgit