summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-29 10:06:32 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-29 10:06:32 +0800
commita17c69dd14138dd34531d6194090589a66edfebb (patch)
tree9f5ebaeacd61d32ac1681818dc9b28d5a75f1649 /src/lookup/phrase_lookup.h
parent00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (diff)
downloadlibpinyin-a17c69dd14138dd34531d6194090589a66edfebb.tar.gz
libpinyin-a17c69dd14138dd34531d6194090589a66edfebb.tar.xz
libpinyin-a17c69dd14138dd34531d6194090589a66edfebb.zip
add phrase_lookup.cpp
Diffstat (limited to 'src/lookup/phrase_lookup.h')
-rw-r--r--src/lookup/phrase_lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h
index 3a0ede2..686a7d5 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -60,6 +60,7 @@ protected:
bool final_step(MatchResults & results);
public:
+ /* Note: this method only accepts the characters in phrase large table. */
bool get_best_match(int sentence_length, utf16_t sentence[], MatchResults & results);
bool convert_to_utf8(MatchResults results, /* out */ char * & result_string);