From 02a72ed015fe1ede3a718013231e4c3e20f29426 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 12 Jan 2012 12:31:10 +0800 Subject: update test pinyin lookup --- tests/lookup/test_pinyin_lookup.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp index 4607b5b..148b15b 100644 --- a/tests/lookup/test_pinyin_lookup.cpp +++ b/tests/lookup/test_pinyin_lookup.cpp @@ -6,7 +6,8 @@ size_t bench_times = 100; int main( int argc, char * argv[]){ - pinyin_option_t options = USE_TONE | PINYIN_CORRECT_ALL | PINYIN_AMB_ALL; + pinyin_option_t options = + USE_TONE | USE_RESPLIT_TABLE | PINYIN_CORRECT_ALL | PINYIN_AMB_ALL; FacadeChewingTable largetable; MemoryChunk * new_chunk = new MemoryChunk; -- cgit