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 --- src/pinyin_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pinyin_internal.h') diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h index f9739ab..da443c2 100644 --- a/src/pinyin_internal.h +++ b/src/pinyin_internal.h @@ -38,7 +38,7 @@ #include "phrase_index_logger.h" #include "ngram.h" #include "lookup.h" -#include "pinyin_lookup.h" +#include "pinyin_lookup2.h" #include "phrase_lookup.h" #include "tag_utility.h" -- cgit