From 3c89c1aa4c818205cf2e871b932b1f4f0fe3fb21 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 14 Oct 2015 11:03:57 +0800 Subject: update FullPinyinParser2 --- src/storage/pinyin_parser2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/storage/pinyin_parser2.h') 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); }; -- cgit