diff options
author | Peng Wu <alexepico@gmail.com> | 2016-07-12 14:55:52 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2016-07-12 14:55:52 +0800 |
commit | c931de493502be9ac334ae9ab3be96649017f8be (patch) | |
tree | 5b9f412efcad516a68a4cdd8076220761526882c | |
parent | 39967d2724bfadb25ad380a9c7a8f81d700e6c79 (diff) | |
download | libpinyin-c931de493502be9ac334ae9ab3be96649017f8be.tar.gz |
use model12.text.tar.gz1.5.91
-rw-r--r-- | data/CMakeLists.txt | 4 | ||||
-rw-r--r-- | data/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index daf317d..18eb95b 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -48,9 +48,9 @@ add_custom_command( COMMENT "Downloading textual model data..." COMMAND - wget http://downloads.sourceforge.net/libpinyin/models/model11.text.tar.gz + wget http://downloads.sourceforge.net/libpinyin/models/model12.text.tar.gz COMMAND - tar xvf model11.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data + tar xvf model12.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data ) add_custom_command( diff --git a/data/Makefile.am b/data/Makefile.am index d587e10..43f773f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -49,8 +49,8 @@ libpinyin_dbdir = $(libdir)/libpinyin/data CLEANFILES = $(binary_model_data) interpolation2.text: - wget http://downloads.sourceforge.net/libpinyin/models/model11.text.tar.gz - tar xvf model11.text.tar.gz -C $(top_srcdir)/data + wget http://downloads.sourceforge.net/libpinyin/models/model12.text.tar.gz + tar xvf model12.text.tar.gz -C $(top_srcdir)/data $(tablefiles) table.conf: interpolation2.text |