diff options
author | Peng Wu <alexepico@gmail.com> | 2011-12-06 18:27:59 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-12-06 18:27:59 +0800 |
commit | fc70339dea4380ddf3ccc5956346dceb8b0f7916 (patch) | |
tree | 9535b4468adedb3d76a891a6264222c9fef67408 | |
parent | f48d39a105898a8f915b6609ec86e16cf74122fc (diff) | |
download | libpinyin-fc70339dea4380ddf3ccc5956346dceb8b0f7916.tar.gz libpinyin-fc70339dea4380ddf3ccc5956346dceb8b0f7916.tar.xz libpinyin-fc70339dea4380ddf3ccc5956346dceb8b0f7916.zip |
fixes test chewing table
-rw-r--r-- | tests/storage/test_chewing_table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_chewing_table.cpp b/tests/storage/test_chewing_table.cpp index 157a367..b600af8 100644 --- a/tests/storage/test_chewing_table.cpp +++ b/tests/storage/test_chewing_table.cpp @@ -27,7 +27,7 @@ size_t bench_times = 1000; int main(int argc, char * argv[]) { - pinyin_option_t options = USE_TONE; + pinyin_option_t options = USE_TONE | PINYIN_INCOMPLETE; ChewingLargeTable largetable(options); FacadePhraseIndex phrase_index; |