summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* begin to write phrase large table test casePeng Wu2010-09-012-7/+56
|
* add test phrase to Makefile.amPeng Wu2010-09-011-0/+5
|
* add load_text to phrase large tablePeng Wu2010-09-012-1/+23
|
* fini add/remove indexPeng Wu2010-08-312-2/+48
|
* begin to add add_index/remove_index.Peng Wu2010-08-272-2/+93
|
* clean up codePeng Wu2010-08-271-10/+10
|
* fixes a typoPeng Wu2010-08-272-18/+18
|
* fixes search in phrase large table.Peng Wu2010-08-261-0/+2
|
* add search to phrase large table.Peng Wu2010-08-262-2/+40
|
* re-factor pinyin phrasePeng Wu2010-08-262-11/+10
|
* fixes compile errorsPeng Wu2010-08-253-5/+11
|
* write phrase large table in progressPeng Wu2010-08-253-10/+154
|
* add phrase large table impl.Peng Wu2010-08-242-6/+35
|
* add licensePeng Wu2010-08-243-0/+63
|
* fixes a typo.Peng Wu2010-08-232-6/+6
|
* add phrase large table interfacePeng Wu2010-08-231-0/+61
|
* fixes PinyinBitmapIndexLevelPeng Wu2010-08-232-1/+1
|
* add phrase index table interfacePeng Wu2010-08-192-4/+49
|
* add get_range to phrase indexPeng Wu2010-08-183-7/+38
|
* clean up code.Peng Wu2010-08-181-4/+0
|
* migrate estimate interpolation to retrieve_allPeng Wu2010-08-181-9/+5
|
* migrate export interpolation to use retrieve_allPeng Wu2010-08-181-5/+4
|
* add function retrieve_all.Peng Wu2010-08-182-1/+23
|
* add retrieve_all defination.Peng Wu2010-08-182-1/+11
|
* add gen bigramPeng Wu2010-08-171-22/+74
|
* add special phrase index handlePeng Wu2010-08-171-0/+28
|
* write gen_unigramPeng Wu2010-08-171-0/+79
|
* add export tool.Peng Wu2010-08-172-1/+10
|
* fixes pinyin lookupPeng Wu2010-08-162-5/+5
|
* update test case.Peng Wu2010-08-161-1/+1
|