diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/storage/Makefile.am | 3 | ||||
| -rw-r--r-- | src/storage/phrase_large_table3_kyotodb.cpp | 21 |
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. + */ + |
