summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* let phrase lookup to use merge single gramPeng Wu2012-01-101-21/+13
* begin to use facade * tablePeng Wu2012-01-101-2/+2
* fixes fsf addressPeng Wu2011-10-111-1/+1
* merge duplicated convert to utf8 functionsPeng Wu2011-09-091-25/+0
* fixes compile with c++0xPeng Wu2011-08-241-2/+2
* change uni-gram computing from float to double in phrase and pinyin lookupPeng Wu2011-08-151-5/+5
* refine namespace pinyinPeng Wu2011-08-081-0/+2
* add class destructor to phrase lookupPeng Wu2011-07-201-0/+17
* refine bi-gramPeng Wu2011-04-181-3/+7
* fixes a bug in phrase lookupPeng Wu2010-11-091-7/+7
* fixes convert to utf8 in phrase lookupPeng Wu2010-11-011-2/+5
* re-write convert to utf8 in phrase lookupPeng Wu2010-11-011-7/+20
* write final step for phrase lookupPeng Wu2010-11-011-0/+44
* write search unigram and bigram in phrase lookupPeng Wu2010-11-011-0/+115
* fixes a typoPeng Wu2010-10-291-2/+2
* fixes compile errorPeng Wu2010-10-291-7/+8
* write get_best_match for phrase lookupPeng Wu2010-10-291-0/+54
* write phrase lookup in progressPeng Wu2010-10-291-0/+27
* add phrase_lookup.cppPeng Wu2010-10-291-0/+27