From 9f1c534806b7391c0c9b96277a75708b1b07c04c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 11 Sep 2012 14:58:55 +0800 Subject: use pinyin lookup2 --- tests/lookup/test_pinyin_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lookup') diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp index eea0437..e74ed44 100644 --- a/tests/lookup/test_pinyin_lookup.cpp +++ b/tests/lookup/test_pinyin_lookup.cpp @@ -46,7 +46,7 @@ int main( int argc, char * argv[]){ Bigram user_bigram; user_bigram.attach(NULL, ATTACH_CREATE|ATTACH_READWRITE); - PinyinLookup pinyin_lookup(options, &largetable, &phrase_index, + PinyinLookup2 pinyin_lookup(options, &largetable, &phrase_index, &system_bigram, &user_bigram); char* linebuf = NULL; -- cgit