Skip to content

Commit

Permalink
clean up FullPinyinParser2
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Jul 21, 2016
1 parent cc0fcf8 commit 7a21bf2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/storage/pinyin_parser2.h
Expand Up @@ -151,26 +151,6 @@ class FullPinyinParser2 : public PhoneticParser2
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() {
Expand Down

0 comments on commit 7a21bf2

Please sign in to comment.