summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add commentsPeng Wu2010-10-091-1/+4
* re-factor taglib_add_tag interfacePeng Wu2010-10-092-30/+12
* fixes split_linePeng Wu2010-10-081-2/+2
* switch to split_linePeng Wu2010-10-082-5/+66
* add some required tags checkPeng Wu2010-09-301-10/+22
* add required check.Peng Wu2010-09-301-0/+34
* write taglib_readPeng Wu2010-09-301-3/+55
* add duplicate entry check in taglib_add_tagPeng Wu2010-09-302-3/+13
* fixes a typoPeng Wu2010-09-291-0/+1
* write tag lib in progressPeng Wu2010-09-292-16/+119
* fixes a typoPeng Wu2010-09-273-1/+4
* design tag utilityPeng Wu2010-09-273-0/+55
* fixes compile warningsPeng Wu2010-09-271-4/+4
* fixes compile warnings.Peng Wu2010-09-271-4/+3
* re-fine the tag utility headerPeng Wu2010-09-211-8/+20
* add taglib interfacePeng Wu2010-09-171-0/+42
* fixes compile warningsPeng Wu2010-09-143-6/+6
* add test case for compat methodPeng Wu2010-09-142-0/+6
* add compat method for phrase indexPeng Wu2010-09-142-0/+33
* re-factor gen_ngramPeng Wu2010-09-141-33/+13
* re-factor gen_unigramPeng Wu2010-09-142-5/+12
* rm mmseg from make filePeng Wu2010-09-131-5/+1
* rm mmsegPeng Wu2010-09-131-211/+0
* fixes mmsegPeng Wu2010-09-131-1/+1
* make spseg runPeng Wu2010-09-101-2/+6
* write the shortest path segmentPeng Wu2010-09-101-2/+108
* combine into libpinyin.aPeng Wu2010-09-098-11/+24
* WIP of spsegPeng Wu2010-09-091-0/+10
* fixes compile errorsPeng Wu2010-09-082-5/+11
* write shortest path segment in progressPeng Wu2010-09-081-1/+79
* begin to add shortest path segmentPeng Wu2010-09-072-1/+10
* add generating phrase index filePeng Wu2010-09-071-6/+20
* add test casePeng Wu2010-09-071-0/+4
* add load/store method to phrase tablePeng Wu2010-09-061-0/+184
* re-factor pinyin tablePeng Wu2010-09-061-21/+25
* fixes a typoPeng Wu2010-09-022-4/+4
* add test case for phrase tablePeng Wu2010-09-022-3/+31
* add safe check for load_text.Peng Wu2010-09-012-2/+8