Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | re-factor Bigram | Peng Wu | 2015-04-09 | 2 | -250/+272 |
* | use MemoryChunk::mmap | Peng Wu | 2015-04-08 | 1 | -4/+44 |
* | split load method into load and mmap of MemoryChunk | Peng Wu | 2015-04-08 | 1 | -12/+38 |
* | code style re-factor | Peng Wu | 2015-04-08 | 1 | -108/+108 |
* | fixes pinyin_get_pinyin_key_rest_offset method1.0.99.20150212 | Peng Wu | 2015-02-09 | 1 | -4/+0 |
* | fixes pinyin_iterator_get_next_phrase method1.0.99.20150203 | Peng Wu | 2015-01-28 | 1 | -0/+1 |
* | add comments | Peng Wu | 2015-01-22 | 2 | -0/+39 |
* | support to export user phrases | Peng Wu | 2015-01-22 | 2 | -0/+132 |
* | write pinyin_get_context and pinyin_get_pinyin_is_incomplete method | Peng Wu | 2014-12-18 | 3 | -0/+35 |
* | add pinyin_get_pinyin_key_rest_offset function | Peng Wu | 2014-08-19 | 3 | -6/+80 |
* | fixes fscanf | Peng Wu | 2014-03-13 | 4 | -4/+4 |
* | fixes pinyin_choose_candidate | Peng Wu | 2014-01-20 | 1 | -0/+3 |
* | add filter to guess predicted candidates | Peng Wu | 2013-11-29 | 1 | -0/+6 |
* | fixes crash | Peng Wu | 2013-11-29 | 1 | -3/+8 |
* | add asserts | Peng Wu | 2013-11-29 | 1 | -0/+4 |
* | add methods to public api | Peng Wu | 2013-11-29 | 3 | -1/+27 |
* | write pinyin_choose_predicted_candidate | Peng Wu | 2013-11-29 | 1 | -5/+47 |
* | write pinyin_guess_predicted_candidates | Peng Wu | 2013-11-29 | 2 | -1/+72 |
* | extract _compute_prefixes | Peng Wu | 2013-11-29 | 1 | -5/+12 |
* | fixes warnings | Peng Wu | 2013-09-22 | 1 | -9/+9 |
* | fixes warnings | Peng Wu | 2013-09-22 | 1 | -4/+4 |
* | rename PinyinParser2 to PhoneticParser2 | Peng Wu | 2013-08-23 | 1 | -10/+10 |
* | Force to use C locale to load table.conf | Peng Wu | 2013-07-26 | 1 | -0/+14 |
* | fixes lookups | Peng Wu | 2013-06-18 | 2 | -0/+9 |
* | fixes berkeley db calls | Peng Wu | 2013-06-18 | 2 | -1/+25 |
* | fixes memory leaks | Peng Wu | 2013-06-17 | 1 | -1/+5 |
* | fixes table info load | Peng Wu | 2013-06-17 | 1 | -5/+15 |
* | fixes pinyin_save | Peng Wu | 2013-06-17 | 1 | -5/+30 |
* | fixes load_text | Peng Wu | 2013-06-17 | 3 | -16/+22 |
* | fixes pinyin_reset | Peng Wu | 2013-05-27 | 1 | -1/+1 |
* | fixes table.conf | Peng Wu | 2013-05-16 | 1 | -1/+1 |
* | add const modifiers for chewing table | Peng Wu | 2013-04-18 | 4 | -37/+39 |
* | add const modifiers for phrase table | Peng Wu | 2013-04-18 | 3 | -25/+25 |
* | support two letter yunmu from full pinyin | Peng Wu | 2013-04-18 | 2 | -24/+40 |
* | fixes pinyin_end_add_phrases | Peng Wu | 2013-04-17 | 1 | -0/+1 |
* | fixes compile | Peng Wu | 2013-04-17 | 1 | -3/+0 |
* | write merge_sequence function | Peng Wu | 2013-04-17 | 1 | -2/+2 |
* | fixes add phrase | Peng Wu | 2013-04-16 | 1 | -1/+1 |
* | update utils/segment | Peng Wu | 2013-04-16 | 1 | -0/+1 |
* | remove LAMBDA_PARAMETER | Peng Wu | 2013-04-12 | 2 | -4/+4 |
* | update src/pinyin.cpp | Peng Wu | 2013-04-11 | 1 | -4/+7 |
* | update PinyinLookup2 | Peng Wu | 2013-04-11 | 2 | -9/+18 |
* | update PhraseLookup | Peng Wu | 2013-04-11 | 2 | -8/+15 |
* | update table_info.cpp | Peng Wu | 2013-04-10 | 1 | -26/+26 |
* | update src/pinyin.cpp | Peng Wu | 2013-04-10 | 1 | -9/+17 |
* | write test cases for table info | Peng Wu | 2013-04-08 | 1 | -6/+6 |