summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-05-25 15:23:33 +0800
committerPeng Wu <alexepico@gmail.com>2017-05-25 15:23:33 +0800
commit0bd9779cfd4be55ec600355c31806279885ba754 (patch)
treeca89d07048c9bd07d1692b8c25a7a87c8a1143af /src/storage/chewing_large_table.h
parent132a15bb1da8bc426cb4abf796814f4ec307bccd (diff)
downloadlibpinyin-0bd9779cfd4be55ec600355c31806279885ba754.tar.gz
libpinyin-0bd9779cfd4be55ec600355c31806279885ba754.tar.xz
libpinyin-0bd9779cfd4be55ec600355c31806279885ba754.zip
handle zhuyin table file in src/storage
Diffstat (limited to 'src/storage/chewing_large_table.h')
-rw-r--r--src/storage/chewing_large_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table.h b/src/storage/chewing_large_table.h
index fa1c642..d836769 100644
--- a/src/storage/chewing_large_table.h
+++ b/src/storage/chewing_large_table.h
@@ -26,6 +26,7 @@
#include "novel_types.h"
#include "memory_chunk.h"
#include "chewing_key.h"
+#include "table_info.h"
namespace pinyin{
@@ -123,7 +124,7 @@ public:
return m_bitmap_table.store(new_chunk, 0, end);
}
- bool load_text(FILE * file);
+ bool load_text(FILE * file, TABLE_PHONETIC_TYPE type);
/* search method */
int search(int phrase_length, /* in */ const ChewingKey keys[],