summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2_kyotodb.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_table2_kyotodb.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_table2_kyotodb.h')
-rw-r--r--src/storage/chewing_large_table2_kyotodb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table2_kyotodb.h b/src/storage/chewing_large_table2_kyotodb.h
index 8d0dda5..92f317b 100644
--- a/src/storage/chewing_large_table2_kyotodb.h
+++ b/src/storage/chewing_large_table2_kyotodb.h
@@ -25,6 +25,7 @@
#include "memory_chunk.h"
#include <stdio.h>
#include <kcdb.h>
+#include "table_info.h"
namespace pinyin{
@@ -93,7 +94,7 @@ public:
bool store_db(const char * new_filename);
- bool load_text(FILE * infile);
+ bool load_text(FILE * infile, TABLE_PHONETIC_TYPE type);
/* search method */
int search(int phrase_length, /* in */ const ChewingKey keys[],