summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* add berkeley db syncPeng Wu2011-05-132-0/+2
* fixes a typo in the load method of flexible ngramPeng Wu2011-05-101-3/+5
* refine attach method in flexible n-gramPeng Wu2011-05-052-10/+12
* polish flexible n-gramPeng Wu2011-05-031-5/+3
* fixes some errorPeng Wu2011-05-031-4/+1
* add flexible n-gram signature checkPeng Wu2011-05-032-8/+64
* fixes source code file permissionsPeng Wu2011-05-032-0/+0
* use errnoPeng Wu2011-04-281-1/+2
* add remove method to flexible n-gramPeng Wu2011-04-271-0/+13
* clear retval for flexible n-gramPeng Wu2011-04-271-0/+8
* add flexible_ngram.h and k_mixture_model.h to Makefile.amPeng Wu2011-04-211-1/+2
* 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-191-1/+2
* refine bigram loadPeng Wu2011-04-181-4/+4
* refine bi-gramPeng Wu2011-04-182-111/+80
* add insert/remove array item to flexible bi-gramPeng Wu2011-04-182-14/+68
* add insert/remove freq to bi-gramPeng Wu2011-04-182-15/+71
* add get/set array header to flexible bi-gramPeng Wu2011-04-151-2/+47
* add test casePeng Wu2011-04-081-10/+7
* 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-061-5/+12
* add licensePeng Wu2011-04-021-0/+21
* refine codePeng Wu2011-04-023-6/+16
* 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-319-17/+17
* refine ngram headerPeng Wu2011-03-311-9/+10
* Revert "re-factor code"Peng Wu2010-11-082-2/+4
* re-factor codePeng Wu2010-11-082-4/+2
* fixes a typoPeng Wu2010-11-031-0/+2
* fixes compile warningsPeng Wu2010-10-111-1/+1
* re-factor phrase large tablePeng Wu2010-10-092-35/+46
* re-factor pinyin large tablePeng Wu2010-10-092-39/+48
* fixes compile warningsPeng Wu2010-09-143-6/+6
* add compat method for phrase indexPeng Wu2010-09-142-0/+33
* re-factor gen_unigramPeng Wu2010-09-141-1/+1
* combine into libpinyin.aPeng Wu2010-09-091-1/+3
* 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-021-3/+3
* add safe check for load_text.Peng Wu2010-09-012-2/+8
* 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