summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parenta9ad1303f4235a8d147ff64f9bd2c8ed49a29a36 (diff)
downloadtrainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.tar.gz
trainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.tar.xz
trainer-c141d3e1e827d2fba968e83e55dfbfbedc967c1b.zip
update config
Diffstat (limited to 'tools')
-rw-r--r--tools/merge.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/merge.py b/tools/merge.py
index aa3b05d..ace5f41 100644
--- a/tools/merge.py
+++ b/tools/merge.py
@@ -9,7 +9,8 @@ threshold = 3
#minimum pinyin frequency
#keep the un-merged word/pinyin/freq un-touched,
#only affect the merged word/pinyin/freq tuples.
-minimum = 3
+#try to use 2 to maximize the phrases in merged table.
+minimum = 2
#default pinyin total frequency
default = 100