summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-212-1/+4
|
* add test cases to bi-gramPeng Wu2011-04-201-0/+5
|
* add load/save bi-gram dbPeng Wu2011-04-201-14/+99
|
* add an assert to bi-gramPeng Wu2011-04-191-1/+1
|
* add more test casesPeng Wu2011-04-193-12/+5
|
* fixes phrase large tablePeng Wu2011-04-191-0/+3
|
* add asserts to gen ngramPeng Wu2011-04-181-2/+2
|
* refine bigram loadPeng Wu2011-04-181-4/+4
|
* fixes test phrase table.Peng Wu2011-04-181-2/+5
|
* use new bi-gramPeng Wu2011-04-187-94/+68
|
* refine bi-gramPeng Wu2011-04-184-12/+26
|
* refine bi-gramPeng Wu2011-04-182-111/+80
|
* add more test cases for n-gramPeng Wu2011-04-182-7/+11
|
* add insert/remove array item to flexible bi-gramPeng Wu2011-04-182-14/+68
|
* refine insert/set freqPeng Wu2011-04-184-8/+13
|
* add insert/remove freq to bi-gramPeng Wu2011-04-182-15/+71
|
* add more test cases for get/set array headerPeng Wu2011-04-151-1/+15
|
* add get/set array header to flexible bi-gramPeng Wu2011-04-152-3/+63
|
* write k mixture modelPeng Wu2011-04-131-0/+110
|
* fixes a warningPeng Wu2011-04-081-1/+1
|
* add test casePeng Wu2011-04-083-56/+102
|
* add test case for flexible ngramPeng Wu2011-04-074-2/+14
|
* write flexible n-gramPeng Wu2011-04-071-6/+130
|
* add get/set array item methodsPeng Wu2011-04-061-2/+58
|
* add retrieve all and search methodsPeng Wu2011-04-061-2/+47
|
* add get/set array header methodsPeng Wu2011-04-061-2/+11
|
* refine codePeng Wu2011-04-061-4/+4
|
* begin to write flexible single gramPeng Wu2011-04-062-5/+13
|
* add licensePeng Wu2011-04-021-0/+21
|
* refine codePeng Wu2011-04-024-8/+18
|
* refine ngram headerPeng Wu2011-03-311-8/+15
|
* design flexible bi-gramPeng Wu2011-03-311-0/+78
|
* rename namespace from novel to pinyinPeng Wu2011-03-3112-25/+27
|
* refine ngram headerPeng Wu2011-03-311-9/+10
|
* fixes build with LDFLAGS --as-needed.Peng Wu2010-11-291-3/+3
|
* fixes a bug in phrase lookupPeng Wu2010-11-092-7/+16
|
* fixes a typoPeng Wu2010-11-091-1/+1
|
* Revert "re-factor code"Peng Wu2010-11-082-2/+4
|
* write n-gram segment.Peng Wu2010-11-081-0/+103
|
* re-factor spsegPeng Wu2010-11-081-4/+3
|
* fixes memory leakPeng Wu2010-11-081-2/+3
|
* re-factor codePeng Wu2010-11-082-4/+2
|
* add commentsPeng Wu2010-11-051-0/+5
|
* 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
|