summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* begin to write n-gram segmentPeng Wu2010-11-031-0/+45
|
* fixes a typoPeng Wu2010-11-032-1/+3
|
* fixes compile errorsPeng Wu2010-11-021-2/+3
|
* add print help to ngsegPeng Wu2010-11-021-0/+13
|
* fixes a typoPeng Wu2010-11-021-1/+1
|
* begin to write ngsegPeng Wu2010-11-022-1/+31
|
* fixes convert to utf8 in phrase lookupPeng Wu2010-11-011-2/+5
|
* Revert "strength reduce"Peng Wu2010-11-011-2/+1
|
* re-write convert to utf8 in phrase lookupPeng Wu2010-11-012-8/+21
|
* write final step for phrase lookupPeng Wu2010-11-011-0/+44
|
* write search unigram and bigram in phrase lookupPeng Wu2010-11-011-0/+115
|
* refine phrase lookup header filePeng Wu2010-11-011-3/+3
|
* strength reducePeng Wu2010-11-011-1/+2
|
* fixes compile errorPeng Wu2010-11-011-8/+11
|
* 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
|
* add commentPeng Wu2010-10-291-1/+2
|
* write phrase lookup in progressPeng Wu2010-10-292-1/+40
|
* polish codePeng Wu2010-10-291-0/+1
|
* add phrase_lookup.cppPeng Wu2010-10-293-1/+29
|
* switch to pinyin.hPeng Wu2010-10-276-17/+8
|
* fixes makefilesPeng Wu2010-10-275-9/+13
|
* move segment and training tools to utilsPeng Wu2010-10-276-0/+0
|
* define the phrase lookup interfacePeng Wu2010-10-271-4/+16
|
* begin to write phrase lookup headerPeng Wu2010-10-193-25/+52
|
* re-factor lookup sub-directoryPeng Wu2010-10-185-20/+64
|
* begin to write phrase lookup header filePeng Wu2010-10-181-0/+21
|
* fixes pinyin lookup headerPeng Wu2010-10-181-2/+2
|
* fixes compile warningsPeng Wu2010-10-156-19/+19
|
* fixes compile warnings for printfPeng Wu2010-10-142-4/+4
|
* switch to pinyin.h for testsPeng Wu2010-10-1410-30/+22
|
* fixes compile warning for pinyin_lookup.hPeng Wu2010-10-142-1/+2
|
* switch to pinyin.h for utilsPeng Wu2010-10-145-22/+9
|
* add pinyin.hPeng Wu2010-10-143-0/+20
|
* add comment to pinyin_lookup.hPeng Wu2010-10-141-0/+36
|
* fixes issues when rename lookup.h to pinyin_lookup.hPeng Wu2010-10-137-7/+6
|
* rename lookup.h to pinyin_lookup.hPeng Wu2010-10-131-0/+0
|
* increase total freq in single gram when importing interpolation modelPeng Wu2010-10-131-0/+5
|
* write parse bigramPeng Wu2010-10-121-2/+57
|
* write parse unigram for import toolPeng Wu2010-10-121-10/+104
|
* add error printfPeng Wu2010-10-121-1/+4
|
* write import interpolation in progressPeng Wu2010-10-111-0/+122
|
* fixes compile warningsPeng Wu2010-10-111-1/+1
|
* fixes a typoPeng Wu2010-10-111-2/+2
|
* fixes a typoPeng Wu2010-10-111-6/+6
|
* fixes export interpolationPeng Wu2010-10-111-1/+1
|
* begin to write import interpolation model.Peng Wu2010-10-112-1/+31
|
* re-factor phrase large tablePeng Wu2010-10-092-35/+46
|
* re-factor pinyin large tablePeng Wu2010-10-092-39/+48
|