From c141d3e1e827d2fba968e83e55dfbfbedc967c1b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 8 Feb 2013 11:23:28 +0800 Subject: update config --- tools/merge.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit