summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-12 15:30:46 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-12 15:30:46 +0800
commit9ebef8a9a1dad8dc3956d7b0b8a8b86b49f0468e (patch)
tree0e81ec267aa453870d3becd3092423bb7a5e9e79 /src
parent287ee0ad22ef071a71bcedc98c48649e07e6422d (diff)
downloadlibpinyin-9ebef8a9a1dad8dc3956d7b0b8a8b86b49f0468e.tar.gz
libpinyin-9ebef8a9a1dad8dc3956d7b0b8a8b86b49f0468e.tar.xz
libpinyin-9ebef8a9a1dad8dc3956d7b0b8a8b86b49f0468e.zip
use facade_phrase_table3.h
Diffstat (limited to 'src')
-rw-r--r--src/lookup/phrase_lookup.cpp1
-rw-r--r--src/pinyin_internal.h1
-rw-r--r--src/storage/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lookup/phrase_lookup.cpp b/src/lookup/phrase_lookup.cpp
index 6070727..d2dce91 100644
--- a/src/lookup/phrase_lookup.cpp
+++ b/src/lookup/phrase_lookup.cpp
@@ -24,6 +24,7 @@
#include "novel_types.h"
#include "phrase_index.h"
#include "facade_phrase_table2.h"
+#include "facade_phrase_table3.h"
#include "phrase_lookup.h"
using namespace pinyin;
diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h
index c260f7c..26c10fa 100644
--- a/src/pinyin_internal.h
+++ b/src/pinyin_internal.h
@@ -37,6 +37,7 @@
#include "phrase_large_table3.h"
#include "facade_chewing_table.h"
#include "facade_phrase_table2.h"
+#include "facade_phrase_table3.h"
#include "phrase_index.h"
#include "phrase_index_logger.h"
#include "ngram.h"
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index f96239d..fb51e12 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -48,6 +48,7 @@ noinst_HEADERS = chewing_enum.h \
chewing_large_table.h \
facade_chewing_table.h \
facade_phrase_table2.h \
+ facade_phrase_table3.h \
table_info.h