summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* update chewing_key.hPeng Wu2015-10-142-3/+6
* use Zhuyin instead of ChewingPeng Wu2015-10-142-59/+59
* update zhuyin_table.hPeng Wu2015-10-141-28/+28
* use zhuyin instead of chewingPeng Wu2015-10-142-15/+15
* update commentsPeng Wu2015-10-141-5/+5
* update Makefile.amPeng Wu2015-10-141-0/+1
* write chewing_key.cppPeng Wu2015-10-143-50/+105
* update zhuyin_parser2.cppPeng Wu2015-10-141-27/+37
* update pinyin_parser2.cppPeng Wu2015-10-142-27/+29
* update FullPinyinParser2Peng Wu2015-10-144-21/+24
* clean pinyin_parser2.cppPeng Wu2015-10-141-183/+0
* import zhuyin_parser2.cppPeng Wu2015-10-141-0/+973
* update pinyin_parser2.hPeng Wu2015-10-141-13/+124
* fixes a typoPeng Wu2015-10-131-3/+4
* update double_pinyin_table.hPeng Wu2015-10-131-3/+6
* update parse_one_key method for double pinyinPeng Wu2015-10-131-8/+18
* init fallback tablesPeng Wu2015-10-132-11/+20
* update double_pinyin_table.hPeng Wu2015-10-131-0/+42
* support fallback tables in double pinyinPeng Wu2015-10-131-0/+5
* support force tone in pinyin parsersPeng Wu2015-10-131-3/+16
* update pinyin_custom2.hPeng Wu2015-10-131-14/+15
* update table filesPeng Wu2015-10-122-1309/+4458
* update src/storage/Makefile.am and script/Makefile.dataPeng Wu2015-10-121-1/+1
* update pinyin_parser2.*Peng Wu2015-10-122-17/+19
* rename chewing_table.h to zhuyin_table.hPeng Wu2015-10-121-0/+0
* update pinyin_custom2.hPeng Wu2015-10-121-11/+40
* Merge branch 'neatsrc' of git://github.com/obache/libpinyin into obache-neatsrcPeng Wu2015-07-201-1/+1
|\
| * Resolve NULL used in arithmeticOBATA Akio2015-07-191-1/+1
* | fixes Kyoto Cabinet bugPeng Wu2015-07-091-0/+3
|/
* 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