diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-04 11:11:02 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-04 11:11:02 +0800 |
commit | 5db769c9b4dd8eeccc3ec39aea6e615b3fa57f31 (patch) | |
tree | 8268cf928828f087e6a6e97ce8eef9c4ab62ad4b /data/Makefile.am | |
parent | b7c510534852e86e1bc7e86af652d5a3899a5682 (diff) | |
download | libpinyin-5db769c9b4dd8eeccc3ec39aea6e615b3fa57f31.tar.gz libpinyin-5db769c9b4dd8eeccc3ec39aea6e615b3fa57f31.tar.xz libpinyin-5db769c9b4dd8eeccc3ec39aea6e615b3fa57f31.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 a9fcb30..107c52b 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.332769/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h + sed -i -e "s/#define LAMBDA_PARAMETER 0.351972/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" ../src/include/novel_types.h make -C .. >/dev/null 2>/dev/null |