summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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