fixes lookups
[platform/upstream/libpinyin.git] / src / lookup / phrase_lookup.cpp
2013-06-18 Peng Wufixes lookups
2013-04-11 Peng Wuupdate PhraseLookup
2012-10-10 Peng Wure-factor phrase lookup
2012-09-13 Peng Wufixes code
2012-09-12 Peng Wure-factor phrase_lookup.cpp
2012-09-12 Peng Wuupdate final_step
2012-09-03 Peng Wuupdate PhraseLookup
2012-02-29 Peng Wuclean up phrase_lookup.cpp
2012-02-21 Peng Wuupdate lookup directory
2012-01-10 Peng Wulet phrase lookup to use merge single gram
2012-01-10 Peng Wubegin to use facade * table
2011-10-11 Peng Wufixes fsf address
2011-09-09 Peng Wumerge duplicated convert to utf8 functions
2011-08-24 Peng Wufixes compile with c++0x
2011-08-15 Peng Wuchange uni-gram computing from float to double in phras...
2011-08-08 Peng Wurefine namespace pinyin
2011-07-20 Peng Wuadd class destructor to phrase lookup
2011-04-18 Peng Wurefine bi-gram
2010-11-09 Peng Wufixes a bug in phrase lookup
2010-11-01 Peng Wufixes convert to utf8 in phrase lookup
2010-11-01 Peng Wure-write convert to utf8 in phrase lookup
2010-11-01 Peng Wuwrite final step for phrase lookup
2010-11-01 Peng Wuwrite search unigram and bigram in phrase lookup
2010-10-29 Peng Wufixes a typo
2010-10-29 Peng Wufixes compile error
2010-10-29 Peng Wuwrite get_best_match for phrase lookup
2010-10-29 Peng Wuwrite phrase lookup in progress
2010-10-29 Peng Wuadd phrase_lookup.cpp