summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2025-11-13 16:20:20 +0800
committerPeng Wu <alexepico@gmail.com>2025-11-13 16:20:20 +0800
commit76c73f61285a0e0dfc80a733bf9c83a27c7be638 (patch)
tree77845d9565a2a4b2c176949cccdf13f5a9e2b850
parentb34817319acb55ef0d16d8f1cab84550519d862e (diff)
downloadlibpinyin-76c73f61285a0e0dfc80a733bf9c83a27c7be638.tar.gz
libpinyin-76c73f61285a0e0dfc80a733bf9c83a27c7be638.tar.xz
libpinyin-76c73f61285a0e0dfc80a733bf9c83a27c7be638.zip
Update chewing_large_table2.h
-rw-r--r--src/storage/chewing_large_table2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table2.h b/src/storage/chewing_large_table2.h
index d37ed7c..5f23689 100644
--- a/src/storage/chewing_large_table2.h
+++ b/src/storage/chewing_large_table2.h
@@ -34,9 +34,14 @@
#include "chewing_large_table2_kyotodb.h"
#endif
+#ifdef HAVE_TKRZW
+#include "chewing_large_table2_tkrzwdb.h"
+#endif
+
namespace pinyin{
class MaskOutVisitor2;
+class MaskOutProcessor2;
template<int phrase_length>
class PrefixLessThanWithTones{
@@ -69,6 +74,7 @@ template<int phrase_length>
class ChewingTableEntry{
friend class ChewingLargeTable2;
friend class MaskOutVisitor2;
+ friend class MaskOutProcessor2;
protected:
typedef PinyinIndexItem2<phrase_length> IndexItem;