From 329870de63777c801a4f071fe472a9e9657b7a60 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 15 Jan 2013 11:15:10 +0800 Subject: fixes bugs --- lib/myconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/myconfig.py b/lib/myconfig.py index 73a019b..35244a7 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -131,10 +131,10 @@ class MyConfig: return 3 # minimum word occurrence def getPartialWordThreshold(self): - return 0.10 # the last 10% in position + return 0.30 # the last 10% in position def getNewWordThreshold(self): - return 0.10 / 2 # the last 5% in position + return 0.30 / 2 # the last 5% in position def getMaximumIteration(self): return 20 # roughly around N -- cgit