summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'neatsrc' of git://github.com/obache/libpinyin into obache-neatsrcPeng Wu2015-07-203-3/+3
|\
| * Resolve ambiguos usage of log(3)OBATA Akio2015-07-192-2/+2
| * Resolve NULL used in arithmeticOBATA Akio2015-07-191-1/+1
* | fixes Kyoto Cabinet bugPeng Wu2015-07-091-0/+3
* | re-facter Makefile.amPeng Wu2015-07-081-0/+7
|/
* fixes pinyin_init functionPeng Wu2015-06-171-0/+3
* fixes crashPeng Wu2015-06-161-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 pinyin_token_get_phrase functionPeng Wu2015-05-281-13/+2
* fixes compilePeng Wu2015-05-281-3/+3
* update APIPeng Wu2015-05-285-49/+69
* update pinyin.cppPeng Wu2015-05-281-2/+47
* update pinyin_choose_candidate functionPeng Wu2015-05-281-0/+31
* update pinyin_guess_full_pinyin_candidates functionPeng Wu2015-05-281-1/+13
* update pinyin_guess_candidates functionPeng Wu2015-05-283-8/+23
* rename macrosPeng Wu2015-05-272-4/+4
* fixes compilePeng Wu2015-05-271-4/+6
* update pinyin.cppPeng Wu2015-05-272-84/+227
* add commentsPeng Wu2015-05-271-1/+18
* fixes a bugPeng Wu2015-05-251-4/+4
* update pinyin_internal.hPeng Wu2015-05-221-0/+2
* re-factor table infoPeng Wu2015-05-212-13/+36
* update table infoPeng Wu2015-05-202-33/+4
* update SystemTableInfo2::loadPeng Wu2015-05-201-17/+57
* update tablesPeng Wu2015-05-201-1/+15
* 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-203-1/+27
* 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-132-1/+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