summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-29 14:24:37 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-29 14:24:37 +0800
commitdca3e8468c2a48b270a56bccf86eab608f2d675e (patch)
treecdb179a8192dbfaed36fd45d917989dc5e790256 /src/storage/pinyin_parser2.h
parentefb861512c016a193ee907d97c1cb156f63787d5 (diff)
downloadlibpinyin-dca3e8468c2a48b270a56bccf86eab608f2d675e.tar.gz
libpinyin-dca3e8468c2a48b270a56bccf86eab608f2d675e.tar.xz
libpinyin-dca3e8468c2a48b270a56bccf86eab608f2d675e.zip
begin to write post_process2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 2f5fc76..77e7a50 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -147,8 +147,8 @@ protected:
int final_step(size_t step_len, ChewingKeyVector & keys,
ChewingKeyRestVector & key_rests) const;
- bool post_process(pinyin_option_t options, ChewingKeyVector & keys,
- ChewingKeyRestVector & key_rests) const;
+ bool post_process2(pinyin_option_t options, ChewingKeyVector & keys,
+ ChewingKeyRestVector & key_rests) const;
public:
FullPinyinParser2();