diff options
| author | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:41:47 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:41:47 +0800 |
| commit | 2952fef39edfd345905bee53460c3d2737a489dc (patch) | |
| tree | d2c9970751899de0857accffff7122dfbcd23867 /src | |
| parent | ad9b5cdcb5e4455d2c353f8f823c63e8ef70e184 (diff) | |
| download | libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.tar.gz libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.tar.xz libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.zip | |
use pinyin_phrase3.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/pinyin_internal.h | 1 | ||||
| -rw-r--r-- | src/storage/Makefile.am | 2 | ||||
| -rw-r--r-- | src/storage/chewing_large_table.cpp | 1 | ||||
| -rw-r--r-- | src/storage/phrase_index.h | 1 | ||||
| -rw-r--r-- | src/storage/pinyin_parser2.cpp | 1 | ||||
| -rw-r--r-- | src/storage/zhuyin_parser2.cpp | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h index c8a14bd..f789b43 100644 --- a/src/pinyin_internal.h +++ b/src/pinyin_internal.h @@ -30,6 +30,7 @@ #include "chewing_key.h" #include "pinyin_parser2.h" #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "chewing_large_table.h" #include "phrase_large_table2.h" #include "phrase_large_table3.h" diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index b79989a..032459e 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -30,6 +30,7 @@ noinst_HEADERS = chewing_enum.h \ phrase_index.h \ phrase_index_logger.h \ phrase_large_table2.h \ + phrase_large_table3.h \ ngram.h \ ngram_bdb.h \ ngram_kyotodb.h \ @@ -42,6 +43,7 @@ noinst_HEADERS = chewing_enum.h \ double_pinyin_table.h \ zhuyin_table.h \ pinyin_phrase2.h \ + pinyin_phrase3.h \ chewing_large_table.h \ facade_chewing_table.h \ facade_phrase_table2.h \ diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index a51592a..ffdbaae 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -22,6 +22,7 @@ #include "chewing_large_table.h" #include <assert.h> #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "pinyin_parser2.h" diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h index e1dad0b..858b184 100644 --- a/src/storage/phrase_index.h +++ b/src/storage/phrase_index.h @@ -28,6 +28,7 @@ #include "chewing_key.h" #include "pinyin_parser2.h" #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "memory_chunk.h" #include "phrase_index_logger.h" diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 8654db5..c45e6e3 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -27,6 +27,7 @@ #include <string.h> #include "stl_lite.h" #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "pinyin_custom2.h" #include "chewing_key.h" #include "pinyin_parser_table.h" diff --git a/src/storage/zhuyin_parser2.cpp b/src/storage/zhuyin_parser2.cpp index d55d92e..847fc3f 100644 --- a/src/storage/zhuyin_parser2.cpp +++ b/src/storage/zhuyin_parser2.cpp @@ -26,6 +26,7 @@ #include <string.h> #include "stl_lite.h" #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "pinyin_custom2.h" #include "chewing_key.h" #include "pinyin_parser_table.h" |
