diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-07 14:19:19 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-07 14:19:19 +0800 |
commit | c69f94ba6473577997f57000f505868b70f0dc0d (patch) | |
tree | f9f59187236c060cfd6f74ab59d1a01075847a37 /data/Makefile.am | |
parent | 7fb284f657a5608f4dcf52afef53d9e66b5ead61 (diff) | |
download | libpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.tar.gz libpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.tar.xz libpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.zip |
update lambda
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 79411de..eea2c3f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -62,5 +62,5 @@ phrase_index.bin pinyin_index.bin $(binfiles): bigram.db rebuild: git reset --hard - sed -i -e "s/#define LAMBDA_PARAMETER 0.351972/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h + sed -i -e "s/#define LAMBDA_PARAMETER 0.347121/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h make -C .. >/dev/null 2>/dev/null |