From 72016df041eaa99e2cd6d307ee60e03cf350dae8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 May 2012 15:08:58 +0800 Subject: add pinyin_table_files --- src/storage/phrase_index.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/storage/phrase_index.cpp') diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp index 2b7fe0d..39abeee 100644 --- a/src/storage/phrase_index.cpp +++ b/src/storage/phrase_index.cpp @@ -567,3 +567,10 @@ const char * pinyin_phrase_files[PHRASE_INDEX_LIBRARY_COUNT] = "gb_char.bin", "gbk_char.bin" }; + +const char * pinyin_table_files[PHRASE_INDEX_LIBRARY_COUNT] = + { + NULL, + "gb_char.table", + "gbk_char.table" + }; -- cgit