summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes bugsPeng Wu2015-04-212-8/+7
* add copy parameter to Bigram::loadPeng Wu2015-04-216-10/+19
* add copy parameter to single gram constructorPeng Wu2015-04-213-5/+11
* update Makefile.amPeng Wu2015-04-204-0/+16
* 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-162-0/+5
* update test_ngramPeng Wu2015-04-152-2/+6
* 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-133-1/+5
* add ngram_bdb.hPeng Wu2015-04-132-117/+149
* update autoconf to detect Kyoto CabinetPeng Wu2015-04-102-3/+28
* continue to re-factor BigramPeng Wu2015-04-092-15/+28
* re-factor BigramPeng Wu2015-04-092-250/+272
* use MemoryChunk::mmapPeng Wu2015-04-081-4/+44
* split load method into load and mmap of MemoryChunkPeng Wu2015-04-081-12/+38
* code style re-factorPeng Wu2015-04-081-108/+108
* update ChangeLog1.1.0Peng Wu2015-03-031-0/+3
* bump version 1.1.0Peng Wu2015-03-031-3/+3
* fixes pinyin_get_pinyin_key_rest_offset method1.0.99.20150212Peng Wu2015-02-091-4/+0
* install tools again for fcitx-libpinyinPeng Wu2015-02-092-4/+6
* fixes pinyin_iterator_get_next_phrase method1.0.99.20150203Peng Wu2015-01-281-0/+1
* add commentsPeng Wu2015-01-222-0/+39
* support to export user phrasesPeng Wu2015-01-222-0/+132
* write pinyin_get_context and pinyin_get_pinyin_is_incomplete methodPeng Wu2014-12-183-0/+35
* bump so versionPeng Wu2014-09-101-1/+1
* remove docsPeng Wu2014-09-034-7/+1
* do not install binary toolsPeng Wu2014-09-033-9/+5
* bump version 1.0.99Peng Wu2014-08-191-2/+2
* add pinyin_get_pinyin_key_rest_offset functionPeng Wu2014-08-193-6/+80
* use model8.text.tar.gzPeng Wu2014-08-192-5/+5
* move table.conf to model8.tar.gzPeng Wu2014-08-191-17/+0
* update configure.acPeng Wu2014-04-241-1/+7
* fixes fscanfPeng Wu2014-03-135-5/+5
* fixes pinyin_choose_candidatePeng Wu2014-01-201-0/+3
* fixes a typoPeng Wu2014-01-161-1/+1
* update ChangeLogPeng Wu2014-01-161-5/+55
* add filter to guess predicted candidatesPeng Wu2013-11-291-0/+6
* fixes crashPeng Wu2013-11-291-3/+8
* add assertsPeng Wu2013-11-291-0/+4
* add methods to public apiPeng Wu2013-11-293-1/+27
* write pinyin_choose_predicted_candidatePeng Wu2013-11-291-5/+47