summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-02-05 15:32:13 +0800
committerPeng Wu <alexepico@gmail.com>2016-02-05 15:32:13 +0800
commit5cf152d3c98ca4e13c091455c26e8a8200751e0b (patch)
treedb37538cc99522ce36ae78143b9c28189fa731dd /src/storage
parentccabfcadd353c047cffe31f71ee8b3f5ec31a0dc (diff)
downloadlibpinyin-5cf152d3c98ca4e13c091455c26e8a8200751e0b.tar.gz
libpinyin-5cf152d3c98ca4e13c091455c26e8a8200751e0b.tar.xz
libpinyin-5cf152d3c98ca4e13c091455c26e8a8200751e0b.zip
add phrase_large_table3_kyotodb.cpp
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/Makefile.am3
-rw-r--r--src/storage/phrase_large_table3_kyotodb.cpp21
2 files changed, 23 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index 382abc4..4b023fc 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -77,5 +77,6 @@ libstorage_la_SOURCES += ngram_bdb.cpp \
endif
if KYOTOCABINET
-libstorage_la_SOURCES += ngram_kyotodb.cpp
+libstorage_la_SOURCES += ngram_kyotodb.cpp \
+ phrase_large_table3_kyotodb.cpp
endif
diff --git a/src/storage/phrase_large_table3_kyotodb.cpp b/src/storage/phrase_large_table3_kyotodb.cpp
new file mode 100644
index 0000000..3153f6e
--- /dev/null
+++ b/src/storage/phrase_large_table3_kyotodb.cpp
@@ -0,0 +1,21 @@
+/*
+ * libpinyin
+ * Library to deal with pinyin.
+ *
+ * Copyright (C) 2016 Peng Wu <alexepico@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+