From b0ed4df63c8e123772da05795dbacde0fcbba1ff Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 23 Jan 2013 17:18:07 +0800 Subject: fixes typos --- lib/myconfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/myconfig.py b/lib/myconfig.py index 2e54d14..3459070 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -142,13 +142,13 @@ class MyConfig: return 9 # minimum word occurrence in n-gram table def getPartialWordThreshold(self): - return 0.50 # the first 50% in position + return 0.10 # the first 10% in position def getNewWordThreshold(self): - return 0.50 # the first 50% in position, subject verb object. + return 0.95 # the first 95% in position, subject verb object. def getMinimumEntropy(self): - return 0.3 + return 0.01 def getMaximumIteration(self): return 20 # roughly around N -- cgit