begin to add pinyin_phrase2.h
authorPeng Wu <alexepico@gmail.com>
Thu, 17 Nov 2011 07:06:52 +0000 (15:06 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 17 Nov 2011 07:06:52 +0000 (15:06 +0800)
src/storage/Makefile.am
src/storage/pinyin_phrase2.h [new file with mode: 0644]

index f1f8329..24063d3 100644 (file)
@@ -35,7 +35,9 @@ noinst_HEADERS                = pinyin_large_table.h \
                          ngram.h \
                          flexible_ngram.h \
                          tag_utility.h \
-                         pinyin_parser_table.h
+                         pinyin_parser_table.h \
+                         pinyin_parser2.h \
+                         pinyin_phrase2.h
 
 
 noinst_LTLIBRARIES      = libstorage.la
diff --git a/src/storage/pinyin_phrase2.h b/src/storage/pinyin_phrase2.h
new file mode 100644 (file)
index 0000000..49a2fa8
--- /dev/null
@@ -0,0 +1,21 @@
+/* 
+ *  libpinyin
+ *  Library to deal with pinyin.
+ *  
+ *  Copyright (C) 2011 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.
+ */
+