From 8ebca1749f66d3a0705f60839658b3faf7ca202f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 30 Dec 2011 17:22:40 +0800 Subject: fixes Makefile.am --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 2964bb9..17afcc2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -50,5 +50,5 @@ gb_char.bin gbk_char.bin phrase_index.bin pinyin_index.bin: bigram.db rebuild: git reset --hard - sed -i -e "s/#define LAMBDA_PARAMETER 0.588792/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h + sed -i -e "s/#define LAMBDA_PARAMETER 0.330642/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h make -C .. >/dev/null 2>/dev/null -- cgit