Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "not use in-memory DBM in src/storage" | Peng Wu | 2019-01-17 | 14 | -81/+6 |
* | update PhoneticLookup usage | Peng Wu | 2018-12-10 | 1 | -2/+2 |
* | improve pinyin_guess_predicted_candidates method | Peng Wu | 2018-11-15 | 1 | -12/+10 |
* | add safe guard to pinyin_guess_predicted_candidates function | Peng Wu | 2018-09-10 | 1 | -0/+3 |
* | fixes filter variable | Peng Wu | 2018-06-25 | 1 | -1/+1 |
* | fixes pinyin_guess_predicted_candidates function | Peng Wu | 2018-06-22 | 1 | -7/+17 |
* | improve candidates sorting | Peng Wu | 2018-04-10 | 1 | -1/+4 |
* | reduce memory usage | Peng Wu | 2018-04-10 | 1 | -2/+2 |
* | fixes compile | Peng Wu | 2018-01-29 | 2 | -4/+4 |
* | intro nstore parameter | Peng Wu | 2018-01-29 | 3 | -38/+40 |
* | fixes fscanf usage | Peng Wu | 2018-01-25 | 6 | -7/+7 |
* | write is_valid_zhuyin method | Peng Wu | 2017-12-28 | 3 | -0/+29 |
* | update zhuyin_table.h | Peng Wu | 2017-12-28 | 1 | -0/+12102 |
* | update special_table.h | Peng Wu | 2017-12-28 | 1 | -20/+20 |
* | update comment | Peng Wu | 2017-12-25 | 1 | -1/+1 |
* | fixes get_candidates method | Peng Wu | 2017-12-25 | 1 | -1/+1 |
* | update cmake files | Peng Wu | 2017-08-31 | 2 | -7/+8 |
* | add sort option to pinyin_guess_candidates function | Peng Wu | 2017-08-17 | 2 | -22/+48 |
* | update pinyin.cpp and zhuyin.cpp | Peng Wu | 2017-06-19 | 2 | -88/+8 |
* | not use in-memory DBM in src/storage | Peng Wu | 2017-06-19 | 14 | -6/+81 |
* | Fix a typo: omited -> omitted | Felix Yan | 2017-06-12 | 1 | -1/+1 |
* | drop zhuyin_valid_zhuyin_keys function | Peng Wu | 2017-05-27 | 1 | -13/+0 |
* | fixes a bug | Peng Wu | 2017-05-27 | 1 | -4/+2 |
* | handle zhuyin table file in src/storage | Peng Wu | 2017-05-25 | 7 | -18/+63 |
* | update libzhuyin API | Peng Wu | 2017-05-23 | 3 | -10/+58 |
* | fixes a typo | Peng Wu | 2017-05-22 | 1 | -1/+1 |
* | update Makefile.am | Peng Wu | 2017-05-22 | 1 | -4/+5 |
* | drop _compute_zhuyin_start function | Peng Wu | 2017-05-19 | 1 | -19/+0 |
* | write zhuyin.cpp | Peng Wu | 2017-05-19 | 1 | -0/+331 |
* | import libzhuyin.pc.in | Peng Wu | 2017-05-16 | 2 | -1/+8 |
* | update autoconf | Peng Wu | 2017-05-16 | 1 | -0/+2 |
* | import gen_zhuyin_table.cpp and test_zhuyin.cpp | Peng Wu | 2017-05-15 | 1 | -1/+1 |
* | disable the zhuyin correction options in pinyin.cpp | Peng Wu | 2017-05-12 | 1 | -19/+34 |
* | write zhuyin.cpp for zhuyin_instance_t in progress | Peng Wu | 2017-05-12 | 1 | -5/+1071 |
* | support zhuyin table in table_info.cpp | Peng Wu | 2017-05-11 | 2 | -2/+8 |
* | write zhuyin.cpp for zhuyin_context_t in progress | Peng Wu | 2017-05-10 | 1 | -0/+741 |
* | fixes compile | Peng Wu | 2017-05-10 | 1 | -5/+5 |
* | update Makefile.am | Peng Wu | 2017-05-10 | 1 | -0/+9 |
* | declare data structure in zhuyin.cpp | Peng Wu | 2017-05-09 | 1 | -0/+103 |
* | clean zhuyin.h | Peng Wu | 2017-04-25 | 2 | -9/+11 |
* | import zhuyin.h | Peng Wu | 2017-04-25 | 1 | -0/+712 |
* | import libzhuyin.ver | Peng Wu | 2017-04-25 | 1 | -0/+58 |
* | write zhuyin_custom2.h | Peng Wu | 2017-04-24 | 1 | -0/+45 |
* | fixes crash1.9.92 | Peng Wu | 2017-03-07 | 1 | -0/+3 |
* | fixes crash | Peng Wu | 2017-02-27 | 1 | -0/+3 |
* | fixes warnings | Peng Wu | 2017-02-14 | 1 | -1/+1 |
* | fixes crash | Peng Wu | 2017-02-13 | 1 | -12/+0 |
* | fixes a typo | Peng Wu | 2017-02-13 | 1 | -1/+1 |
* | update pinyin_custom3.h | Peng Wu | 2017-02-13 | 1 | -4/+4 |
* | fixes LONG_SENTENCE_PENALTY | Peng Wu | 2017-02-13 | 1 | -1/+1 |