summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixes codePeng Wu2012-09-131-2/+1
|
* re-factor phrase_lookup.cppPeng Wu2012-09-121-28/+73
|
* re-factor pinyin_lookup2.cppPeng Wu2012-09-121-4/+4
|
* update final_stepPeng Wu2012-09-121-14/+23
|
* improves get_best_matchPeng Wu2012-09-111-5/+5
|
* remove pinyin_lookup.*Peng Wu2012-09-112-800/+0
|
* remove winner_tree.*Peng Wu2012-09-112-291/+0
|
* turn off dump functionsPeng Wu2012-09-111-2/+2
|
* use pinyin lookup2Peng Wu2012-09-113-9/+5
|
* fixes a typoPeng Wu2012-09-111-1/+1
|
* write pinyin_lookup2.*Peng Wu2012-09-112-2/+195
|
* write get_best_matchPeng Wu2012-09-111-0/+143
|
* fixes get_best_matchPeng Wu2012-09-101-5/+7
|
* write search_unigram2 and search_bigram2Peng Wu2012-09-102-5/+105
|
* write get_best_matchPeng Wu2012-09-101-0/+67
|
* begin to write pinyin lookup2Peng Wu2012-09-101-0/+22
|
* write aux functions for pinyin lookup2Peng Wu2012-09-101-0/+64
|
* add dump methodsPeng Wu2012-09-081-0/+40
|
* fixes compilePeng Wu2012-09-072-0/+8
|
* begin to write pinyin_lookup2.cppPeng Wu2012-09-071-0/+80
|
* write pinyin_lookup2.hPeng Wu2012-09-071-0/+236
|
* remove phrase_large_table.*Peng Wu2012-09-042-685/+0
|
* remove facade_phrase_table.hPeng Wu2012-09-041-154/+0
|
* add clear_ranges/clear_tokens backPeng Wu2012-09-041-0/+36
|
* add assert to get_first_tokenPeng Wu2012-09-041-0/+3
|
* fixes phrase_index.hPeng Wu2012-09-031-2/+0
|
* update Makefile.amPeng Wu2012-09-031-3/+0
|
* update gen_deleted_ngram.cppPeng Wu2012-09-031-1/+1
|
* fixes test_phrase_table.cppPeng Wu2012-09-031-1/+1
|
* update tag utilityPeng Wu2012-09-032-6/+17
|
* update pinyin.cpp to use phrase table ver2Peng Wu2012-09-032-9/+30
|
* update PhraseLookupPeng Wu2012-09-032-8/+30
|
* fixes facade_phrase_table2.hPeng Wu2012-09-031-2/+2
|
* write get_first_tokenPeng Wu2012-09-031-0/+20
|
* write prepare/destroy tokensPeng Wu2012-09-011-0/+41
|
* refactor stl_lite.hPeng Wu2012-09-011-275/+12
|
* fixes PinyinLookup::search_unigramPeng Wu2012-09-011-2/+2
|
* drop FacadePhraseIndex::clear_ranges methodPeng Wu2012-08-311-18/+0
|
* fixes a typoPeng Wu2012-08-311-2/+2
|
* write facade_phrase_table2.hPeng Wu2012-08-304-7/+170
|
* polish codePeng Wu2012-08-291-1/+1
|
* write load/store methodPeng Wu2012-08-291-0/+193
|
* update commentsPeng Wu2012-08-282-1/+4
|
* write load_text methodPeng Wu2012-08-281-0/+30
|
* write add/remove index methodPeng Wu2012-08-281-2/+57
|
* rename phrase_compare and phrase_less_thanPeng Wu2012-08-281-6/+6
|
* write add/remove index method in progressPeng Wu2012-08-281-0/+83
|
* begin to write add/remove indexPeng Wu2012-08-281-0/+27
|
* write search methodPeng Wu2012-08-271-0/+41
|
* change phrase_length from int to size_tPeng Wu2012-08-272-10/+10
|