diff options
author | Peng Wu <alexepico@gmail.com> | 2012-03-02 11:09:10 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-03-02 11:09:10 +0800 |
commit | df35a1ceaff8da71f9953c3f89cbb66b658f69eb (patch) | |
tree | db895316eb0a645c60bc23c09a04b7c77e4907ea /src/lookup/pinyin_lookup.h | |
parent | 92b698bcd9d09f8a5f3af62d70385b80cb0d1f59 (diff) | |
download | libpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.tar.gz libpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.tar.xz libpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.zip |
update pinyin_lookup.*
Diffstat (limited to 'src/lookup/pinyin_lookup.h')
-rw-r--r-- | src/lookup/pinyin_lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h index 9275f36..9a435d7 100644 --- a/src/lookup/pinyin_lookup.h +++ b/src/lookup/pinyin_lookup.h @@ -134,7 +134,7 @@ public: return true; } - bool get_best_match(ChewingKeyVector keys, CandidateConstraints constraints, MatchResults & results); + bool get_best_match(TokenVector prefixes, ChewingKeyVector keys, CandidateConstraints constraints, MatchResults & results); bool train_result2(ChewingKeyVector keys, CandidateConstraints constraints, MatchResults results); |