summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-16 17:54:37 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-16 17:54:37 +0800
commit7dbb2263c0ba8690074e663ccebacffc7d1f9dca (patch)
tree99ce2d2b76f083ddb1b557487abce1f97c8c664a /src/storage/pinyin_parser2.h
parent7c2c087c4ab0cd31c12bf686fe754c0c1064847a (diff)
downloadlibpinyin-7dbb2263c0ba8690074e663ccebacffc7d1f9dca.tar.gz
libpinyin-7dbb2263c0ba8690074e663ccebacffc7d1f9dca.tar.xz
libpinyin-7dbb2263c0ba8690074e663ccebacffc7d1f9dca.zip
add post process method
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 4292387..57eeacf 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -121,6 +121,10 @@ protected:
int final_step(size_t step_len, ChewingKeyVector & keys,
ChewingKeyRestVector & key_rests) const;
+
+ bool post_process(guint32 options, ChewingKeyVector & keys,
+ ChewingKeyRestVector & key_rests) const;
+
public:
FullPinyinParser2 ();
virtual ~FullPinyinParser2 () {