summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-08 11:23:28 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-08 11:33:46 +0800
commitc141d3e1e827d2fba968e83e55dfbfbedc967c1b (patch)
treecb24dc656cb88e7474505836bc046963d3492f84 /lib
parenta9ad1303f4235a8d147ff64f9bd2c8ed49a29a36 (diff)
downloadtrainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.tar.gz
trainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.tar.xz
trainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.zip
update config
Diffstat (limited to 'lib')
-rw-r--r--lib/myconfig.py4
1 files changed, 2 insertions, 2 deletions
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