Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'neatsrc' of git://github.com/obache/libpinyin into obache-neatsrc | Peng Wu | 2015-07-20 | 3 | -3/+3 |
|\ | |||||
| * | Resolve ambiguos usage of log(3) | OBATA Akio | 2015-07-19 | 2 | -2/+2 |
| * | Resolve NULL used in arithmetic | OBATA Akio | 2015-07-19 | 1 | -1/+1 |
* | | fixes Kyoto Cabinet bug | Peng Wu | 2015-07-09 | 1 | -0/+3 |
* | | re-facter Makefile.am | Peng Wu | 2015-07-08 | 1 | -0/+7 |
|/ | |||||
* | fixes pinyin_init function | Peng Wu | 2015-06-17 | 1 | -0/+3 |
* | fixes crash | Peng Wu | 2015-06-16 | 1 | -0/+3 |
* | fixes a bug | Peng Wu | 2015-06-09 | 1 | -2/+2 |
* | fixes a bug | Peng Wu | 2015-06-02 | 1 | -1/+1 |
* | re-factor code | Peng Wu | 2015-06-02 | 1 | -3/+2 |
* | update pinyin_token_get_phrase function | Peng Wu | 2015-05-28 | 1 | -13/+2 |
* | fixes compile | Peng Wu | 2015-05-28 | 1 | -3/+3 |
* | update API | Peng Wu | 2015-05-28 | 5 | -49/+69 |
* | update pinyin.cpp | Peng Wu | 2015-05-28 | 1 | -2/+47 |
* | update pinyin_choose_candidate function | Peng Wu | 2015-05-28 | 1 | -0/+31 |
* | update pinyin_guess_full_pinyin_candidates function | Peng Wu | 2015-05-28 | 1 | -1/+13 |
* | update pinyin_guess_candidates function | Peng Wu | 2015-05-28 | 3 | -8/+23 |
* | rename macros | Peng Wu | 2015-05-27 | 2 | -4/+4 |
* | fixes compile | Peng Wu | 2015-05-27 | 1 | -4/+6 |
* | update pinyin.cpp | Peng Wu | 2015-05-27 | 2 | -84/+227 |
* | add comments | Peng Wu | 2015-05-27 | 1 | -1/+18 |
* | fixes a bug | Peng Wu | 2015-05-25 | 1 | -4/+4 |
* | update pinyin_internal.h | Peng Wu | 2015-05-22 | 1 | -0/+2 |
* | re-factor table info | Peng Wu | 2015-05-21 | 2 | -13/+36 |
* | update table info | Peng Wu | 2015-05-20 | 2 | -33/+4 |
* | update SystemTableInfo2::load | Peng Wu | 2015-05-20 | 1 | -17/+57 |
* | update tables | Peng Wu | 2015-05-20 | 1 | -1/+15 |
* | remove postfix_tables from table info | Peng Wu | 2015-05-20 | 2 | -18/+0 |
* | support default and addon table info | Peng Wu | 2015-05-20 | 2 | -21/+49 |
* | rename SystemTableInfo to SystemTableInfo2 | Peng Wu | 2015-05-20 | 2 | -14/+14 |
* | add phonetic table type to table info | Peng Wu | 2015-05-20 | 3 | -1/+27 |
* | fixes bugs | Peng Wu | 2015-04-21 | 1 | -2/+4 |
* | add copy parameter to Bigram::load | Peng Wu | 2015-04-21 | 6 | -10/+19 |
* | add copy parameter to single gram constructor | Peng Wu | 2015-04-21 | 3 | -5/+11 |
* | write flexible_ngram_kyotodb.h | Peng Wu | 2015-04-20 | 1 | -5/+144 |
* | fixes typos | Peng Wu | 2015-04-17 | 2 | -2/+5 |
* | write class FlexibleBigram in progress | Peng Wu | 2015-04-17 | 1 | -0/+116 |
* | begin to write class FlexibleBigram | Peng Wu | 2015-04-17 | 1 | -0/+123 |
* | add flexible_ngram_kyotodb.h | Peng Wu | 2015-04-17 | 3 | -0/+37 |
* | update Makefile.am | Peng Wu | 2015-04-16 | 1 | -0/+1 |
* | add flexible_single_gram.h | Peng Wu | 2015-04-16 | 2 | -297/+324 |
* | add flexible_ngram_bdb.h | Peng Wu | 2015-04-16 | 2 | -388/+424 |
* | update Makefile.am | Peng Wu | 2015-04-16 | 1 | -0/+1 |
* | write ngram_kyotodb.cpp | Peng Wu | 2015-04-15 | 1 | -3/+72 |
* | write ngram_kyotodb.cpp in progress | Peng Wu | 2015-04-14 | 6 | -7/+192 |
* | add ngram_kyotodb.h | Peng Wu | 2015-04-14 | 2 | -0/+162 |
* | update autoconf | Peng Wu | 2015-04-13 | 2 | -1/+1 |
* | add ngram_bdb.h | Peng Wu | 2015-04-13 | 2 | -117/+149 |
* | update autoconf to detect Kyoto Cabinet | Peng Wu | 2015-04-10 | 1 | -1/+4 |
* | continue to re-factor Bigram | Peng Wu | 2015-04-09 | 2 | -15/+28 |