summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-07-21 17:24:45 +0800
committerPeng Wu <alexepico@gmail.com>2016-07-21 17:24:45 +0800
commit7a21bf27417e391f748df559ad3a6d124a951e25 (patch)
treed26c5cf9ae6830de60ecf4c65eb16535d8dbce29
parentcc0fcf86673628e9883a18e191d47623a86f93e1 (diff)
downloadlibpinyin-7a21bf27417e391f748df559ad3a6d124a951e25.tar.gz
libpinyin-7a21bf27417e391f748df559ad3a6d124a951e25.tar.xz
libpinyin-7a21bf27417e391f748df559ad3a6d124a951e25.zip
clean up FullPinyinParser2
-rw-r--r--src/storage/pinyin_parser2.h20
1 files changed, 0 insertions, 20 deletions
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() {