From 7a21bf27417e391f748df559ad3a6d124a951e25 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 21 Jul 2016 17:24:45 +0800 Subject: clean up FullPinyinParser2 --- src/storage/pinyin_parser2.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/storage') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 53202ff..c692b01 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -151,26 +151,6 @@ protected: int final_step(size_t step_len, ChewingKeyVector & keys, ChewingKeyRestVector & key_rests) const; - bool post_process2(pinyin_option_t options, ChewingKeyVector & keys, - ChewingKeyRestVector & key_rests, - const char * str, int len) const; - -public: - const divided_table_item_t * retrieve_divided_item - (pinyin_option_t options, ChewingKey * key, ChewingKeyRest * rest, - const char * str, int len) const; - - const resplit_table_item_t * retrieve_resplit_item_by_original_pinyins - (pinyin_option_t options, - ChewingKey * cur_key, ChewingKeyRest * cur_rest, - ChewingKey * next_key, ChewingKeyRest * next_rest, - const char * str, int len) const; - const resplit_table_item_t * retrieve_resplit_item_by_resplit_pinyins - (pinyin_option_t options, - ChewingKey * cur_key, ChewingKeyRest * cur_rest, - ChewingKey * next_key, ChewingKeyRest * next_rest, - const char * str, int len) const; - public: FullPinyinParser2(); virtual ~FullPinyinParser2() { -- cgit