summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-14 11:03:57 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-14 11:03:57 +0800
commit3c89c1aa4c818205cf2e871b932b1f4f0fe3fb21 (patch)
tree26422860100544c45e9f2f4993ff69371b3024b8 /src/storage/pinyin_parser2.h
parentf699a47356f3ec5062a505ec2e5cddd929144ce3 (diff)
downloadlibpinyin-3c89c1aa4c818205cf2e871b932b1f4f0fe3fb21.tar.gz
libpinyin-3c89c1aa4c818205cf2e871b932b1f4f0fe3fb21.tar.xz
libpinyin-3c89c1aa4c818205cf2e871b932b1f4f0fe3fb21.zip
update FullPinyinParser2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 9a9679f..40d96bb 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -186,6 +186,9 @@ public:
* the parse method will use dynamic programming to drive parse_one_key.
*/
virtual int parse(pinyin_option_t options, ChewingKeyVector & keys, ChewingKeyRestVector & key_rests, const char *str, int len) const;
+
+public:
+ bool set_scheme(ZhuyinScheme scheme);
};