summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* use binary format of phrase large tablePeng Wu2011-05-102-29/+7
* write gen k mixture model in progressPeng Wu2011-05-101-2/+110
* fixes compile for gen k mixture modelPeng Wu2011-05-092-11/+20
* begin to write gen k mixture modelPeng Wu2011-05-091-0/+104
* fixes linebufPeng Wu2011-05-092-5/+8
* fixes cmd line options for gen_deleted_ngramPeng Wu2011-05-061-3/+3
* refine gen ngramPeng Wu2011-05-053-7/+140
* add cmd line options to prune k mixture modelPeng Wu2011-05-052-10/+25
* refine attach method in flexible n-gramPeng Wu2011-05-052-3/+3
* wrote prune k mixture modelPeng Wu2011-05-041-0/+105
* begin to write prune k mixture modelPeng Wu2011-05-042-1/+15
* refine k mixture modelPeng Wu2011-05-041-3/+10
* add flexible n-gram signature checkPeng Wu2011-05-032-6/+5
* use errnoPeng Wu2011-04-287-21/+39
* add options to estimate k mixture modelPeng Wu2011-04-282-5/+36
* wrote estimate k mixture modelPeng Wu2011-04-282-0/+57
* add remove method to flexible n-gramPeng Wu2011-04-271-1/+2
* write compute interpolation for flexible bi-gramPeng Wu2011-04-271-0/+61
* fixes code stylePeng Wu2011-04-271-4/+4
* begin to write estimate k mixture model parametersPeng Wu2011-04-273-1/+15
* add magic number for k mixture modelPeng Wu2011-04-271-0/+3
* fixes import interpolationPeng Wu2011-04-251-3/+8
* define k mixture model bi-gramPeng Wu2011-04-251-0/+41
* add flexible_ngram.h and k_mixture_model.h to Makefile.amPeng Wu2011-04-211-0/+2
* fixes phrase large tablePeng Wu2011-04-191-0/+3
* add asserts to gen ngramPeng Wu2011-04-181-2/+2
* use new bi-gramPeng Wu2011-04-185-59/+53
* refine insert/set freqPeng Wu2011-04-182-3/+5
* write k mixture modelPeng Wu2011-04-131-0/+110
* refine codePeng Wu2011-04-021-2/+2
* fixes build with LDFLAGS --as-needed.Peng Wu2010-11-291-3/+3
* fixes a bug in phrase lookupPeng Wu2010-11-091-0/+9
* write n-gram segment.Peng Wu2010-11-081-0/+103
* re-factor spsegPeng Wu2010-11-081-4/+3
* add commentsPeng Wu2010-11-051-0/+5
* begin to write n-gram segmentPeng Wu2010-11-031-0/+45
* fixes a typoPeng Wu2010-11-031-1/+1
* 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
* switch to pinyin.hPeng Wu2010-10-276-17/+8
* fixes makefilesPeng Wu2010-10-273-5/+7
* move segment and training tools to utilsPeng Wu2010-10-276-0/+648
* fixes compile warnings for printfPeng Wu2010-10-141-1/+1
* switch to pinyin.h for utilsPeng Wu2010-10-145-22/+9
* 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