summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-01-15 11:15:10 +0800
committerPeng Wu <alexepico@gmail.com>2013-01-15 11:15:10 +0800
commit329870de63777c801a4f071fe472a9e9657b7a60 (patch)
tree130fbdd04fb9f99b58db0b53c3661a0c51f7c2bb /lib
parentda2ed34e34891a2f74ee9c330dd56c246a76b67d (diff)
downloadtrainer-329870de63777c801a4f071fe472a9e9657b7a60.tar.gz
trainer-329870de63777c801a4f071fe472a9e9657b7a60.tar.xz
trainer-329870de63777c801a4f071fe472a9e9657b7a60.zip
fixes bugs
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 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