summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* fixes a bugPeng Wu2015-06-091-2/+2
* fixes a bugPeng Wu2015-06-021-1/+1
* re-factor codePeng Wu2015-06-021-3/+2
* update APIPeng Wu2015-05-281-0/+5
* update pinyin_guess_candidates functionPeng Wu2015-05-281-1/+5
* fixes a bugPeng Wu2015-05-251-4/+4
* re-factor table infoPeng Wu2015-05-211-13/+31
* update table infoPeng Wu2015-05-201-20/+4
* update SystemTableInfo2::loadPeng Wu2015-05-201-17/+57
* remove postfix_tables from table infoPeng Wu2015-05-202-18/+0
* support default and addon table infoPeng Wu2015-05-202-21/+49
* rename SystemTableInfo to SystemTableInfo2Peng Wu2015-05-202-14/+14
* add phonetic table type to table infoPeng Wu2015-05-202-0/+24
* fixes bugsPeng Wu2015-04-211-2/+4
* add copy parameter to Bigram::loadPeng Wu2015-04-216-10/+19
* add copy parameter to single gram constructorPeng Wu2015-04-213-5/+11
* write flexible_ngram_kyotodb.hPeng Wu2015-04-201-5/+144
* fixes typosPeng Wu2015-04-172-2/+5
* write class FlexibleBigram in progressPeng Wu2015-04-171-0/+116
* begin to write class FlexibleBigramPeng Wu2015-04-171-0/+123
* add flexible_ngram_kyotodb.hPeng Wu2015-04-173-0/+37
* update Makefile.amPeng Wu2015-04-161-0/+1
* add flexible_single_gram.hPeng Wu2015-04-162-297/+324
* add flexible_ngram_bdb.hPeng Wu2015-04-162-388/+424
* update Makefile.amPeng Wu2015-04-161-0/+1
* write ngram_kyotodb.cppPeng Wu2015-04-151-3/+72
* write ngram_kyotodb.cpp in progressPeng Wu2015-04-146-7/+192
* add ngram_kyotodb.hPeng Wu2015-04-142-0/+162
* update autoconfPeng Wu2015-04-131-0/+1
* add ngram_bdb.hPeng Wu2015-04-132-117/+149
* update autoconf to detect Kyoto CabinetPeng Wu2015-04-101-1/+4
* continue to re-factor BigramPeng Wu2015-04-092-15/+28
* re-factor BigramPeng Wu2015-04-092-250/+272
* fixes fscanfPeng Wu2014-03-134-4/+4
* fixes warningsPeng Wu2013-09-221-9/+9
* fixes warningsPeng Wu2013-09-221-4/+4
* rename PinyinParser2 to PhoneticParser2Peng Wu2013-08-231-10/+10
* Force to use C locale to load table.confPeng Wu2013-07-261-0/+14
* fixes berkeley db callsPeng Wu2013-06-182-1/+25
* fixes memory leaksPeng Wu2013-06-171-1/+5
* fixes table info loadPeng Wu2013-06-171-5/+15
* fixes load_textPeng Wu2013-06-173-16/+22
* fixes table.confPeng Wu2013-05-161-1/+1
* add const modifiers for chewing tablePeng Wu2013-04-184-37/+39
* add const modifiers for phrase tablePeng Wu2013-04-183-25/+25
* support two letter yunmu from full pinyinPeng Wu2013-04-182-24/+40
* write merge_sequence functionPeng Wu2013-04-171-2/+2
* update table_info.cppPeng Wu2013-04-101-26/+26
* write test cases for table infoPeng Wu2013-04-081-6/+6
* fixes compilePeng Wu2013-04-085-55/+37