summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-09 10:12:55 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-09 10:12:55 +0800
commitc389ac98652ac83bb3bbc16368fee799df3aef29 (patch)
tree55eaa94473cc862eb3586ca1ba19d89a83dc1ac1 /src/storage/pinyin_parser2.cpp
parenta3c4fcbc634c9c5db7522f2e05a0c18aa3f98427 (diff)
downloadlibpinyin-c389ac98652ac83bb3bbc16368fee799df3aef29.tar.gz
libpinyin-c389ac98652ac83bb3bbc16368fee799df3aef29.tar.xz
libpinyin-c389ac98652ac83bb3bbc16368fee799df3aef29.zip
update pinyin_parser_table.h.in
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp
new file mode 100644
index 0000000..7553ef6
--- /dev/null
+++ b/src/storage/pinyin_parser2.cpp
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+#include "pinyin_custom2.h"
+#include "chewing_key.h"
+#include "pinyin_parser_table.h"