Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixes class ForwardPhoneticConstraints | Peng Wu | 2017-02-10 | 2 | -15/+21 |
| | |||||
* | fixes a typo | Peng Wu | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | write pinyin_get_candidate_nbest_index function | Peng Wu | 2017-02-10 | 3 | -0/+52 |
| | |||||
* | fixes compile | Peng Wu | 2017-02-09 | 5 | -31/+37 |
| | |||||
* | rename variables | Peng Wu | 2017-02-09 | 1 | -48/+20 |
| | |||||
* | update pinyin_get_sentence and pinyin_train function | Peng Wu | 2017-02-09 | 2 | -3/+20 |
| | |||||
* | use nbest results in pinyin.cpp | Peng Wu | 2017-02-09 | 2 | -24/+53 |
| | |||||
* | use PhoneticLookup in pinyin.cpp | Peng Wu | 2017-02-09 | 1 | -7/+9 |
| | |||||
* | hide pinyin_lookup2.h | Peng Wu | 2017-02-09 | 2 | -1/+1 |
| | |||||
* | rename variables | Peng Wu | 2017-02-08 | 2 | -13/+14 |
| | |||||
* | fixes phonetic_lookup_heap.h again | Peng Wu | 2017-02-08 | 2 | -7/+9 |
| | |||||
* | fixes phonetic_lookup_heap.h | Peng Wu | 2017-02-07 | 4 | -4/+24 |
| | |||||
* | fixes compile again | Peng Wu | 2017-02-07 | 4 | -23/+24 |
| | |||||
* | fixes compile | Peng Wu | 2017-02-06 | 4 | -5/+3 |
| | |||||
* | update PhoneticLookup | Peng Wu | 2017-02-06 | 4 | -7/+14 |
| | |||||
* | rename MatchResults to MatchResult | Peng Wu | 2017-02-04 | 10 | -49/+49 |
| | |||||
* | write class NBestMatchResults | Peng Wu | 2017-02-04 | 1 | -11/+61 |
| | |||||
* | add const modifiers | Peng Wu | 2017-01-22 | 2 | -10/+10 |
| |