From c141d3e1e827d2fba968e83e55dfbfbedc967c1b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 8 Feb 2013 11:23:28 +0800 Subject: update config --- 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 761aecd..d5ac9c4 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -142,10 +142,10 @@ class MyConfig: return 9 # minimum word occurrence in n-gram table def getPartialWordThreshold(self): - return 0.70 # the first 70% in position + return 0.60 # the first 60% in position def getNewWordThreshold(self): - return 0.70 # the first 70% in position, subject verb object. + return 0.79 # the first 79% in position, subject verb object. def getMinimumEntropy(self): return 0.01 -- cgit