summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* refactor pinyin phraseambiguitiesPeng Wu2011-09-142-7/+33
* update pinyin phrasePeng Wu2011-09-141-12/+12
* clean up pinyin_phrase.hPeng Wu2011-09-141-73/+0
* begin to split the fuzzy pinyin optionsPeng Wu2011-09-145-75/+97
* change size_t to guint16 in phrase index loggerPeng Wu2011-09-071-30/+30
* update zhuyin mapPeng Wu2011-08-311-65/+65
* add chewing parserPeng Wu2011-08-312-2/+346
* add namespace pinyinPeng Wu2011-08-301-0/+7
* install public headers onlyPeng Wu2011-08-301-2/+5
* move pinyin custom settings to pinyin_custom.hPeng Wu2011-08-302-94/+118
* improve pinyin parserPeng Wu2011-08-291-2/+2
* fixes phrase index loggerPeng Wu2011-08-222-4/+4
* write test case for phrase index loggerPeng Wu2011-08-222-6/+65
* write get candidatesPeng Wu2011-08-182-1/+16
* refine pinyin parserPeng Wu2011-08-161-4/+5
* refine cmake filesPeng Wu2011-08-121-2/+2
* Add cmake scripts.BYVoid2011-08-121-0/+42
* write phrase index logger0.2.99Peng Wu2011-08-102-4/+31
* write phrase index logger format in progressPeng Wu2011-08-103-11/+93
* write phrase index logger in progressPeng Wu2011-08-103-5/+44
* refine remove recordPeng Wu2011-08-091-3/+14
* write the phrase index loggerPeng Wu2011-08-093-1/+193
* refine pinyin.cppPeng Wu2011-08-091-0/+0
* fixes tag utility with namespacePeng Wu2011-08-082-5/+8
* refine namespace pinyinPeng Wu2011-08-0811-20/+13
* add Ge<=>Ke fuzzy pinyinPeng Wu2011-08-083-5/+12
* make libpinyin installablePeng Wu2011-08-051-1/+5
* fixes a typoPeng Wu2011-05-251-1/+1
* fixes tag utility cppPeng Wu2011-05-241-2/+3
* move tag utility to src/storagePeng Wu2011-05-203-7/+466
* 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