From 5cf152d3c98ca4e13c091455c26e8a8200751e0b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 5 Feb 2016 15:32:13 +0800 Subject: add phrase_large_table3_kyotodb.cpp --- src/storage/Makefile.am | 3 ++- src/storage/phrase_large_table3_kyotodb.cpp | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/storage/phrase_large_table3_kyotodb.cpp (limited to 'src') 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 + * + * 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. + */ + -- cgit