From eb63539270fab81678da97c292d247796bd5a367 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 10 Sep 2012 15:48:26 +0800 Subject: write search_unigram2 and search_bigram2 --- src/lookup/pinyin_lookup2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lookup/pinyin_lookup2.h') diff --git a/src/lookup/pinyin_lookup2.h b/src/lookup/pinyin_lookup2.h index bf59f1c..e5bf127 100644 --- a/src/lookup/pinyin_lookup2.h +++ b/src/lookup/pinyin_lookup2.h @@ -104,9 +104,9 @@ protected: /* Array of LookupStepContent */ - bool search_unigram2(GPtrArray * topresults, int nstep, int npinyin, + bool search_unigram2(GPtrArray * topresults, int nstep, PhraseIndexRanges ranges); - bool search_bigram2(GPtrArray * topresults, int nstep, int npinyin, + bool search_bigram2(GPtrArray * topresults, int nstep, PhraseIndexRanges ranges); bool unigram_gen_next_step(int nstep, lookup_value_t * cur_step, phrase_token_t token); -- cgit