Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes fscanf usage | Peng Wu | 2018-01-25 | 7 | -8/+8 |
* | update ChangeLog2.1.91 | Peng Wu | 2018-01-02 | 1 | -1/+4 |
* | bump version 2.1.91 | Peng Wu | 2018-01-02 | 1 | -1/+1 |
* | use model15.text.tar.gz | Peng Wu | 2018-01-02 | 2 | -4/+4 |
* | 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 |
* | fixes compile | Peng Wu | 2017-12-28 | 1 | -1/+1 |
* | update scripts2 for valid zhuyin table | Peng Wu | 2017-12-28 | 3 | -1/+14 |
* | write zhuyin.py | Peng Wu | 2017-12-27 | 1 | -0/+165 |
* | refactor code | Peng Wu | 2017-12-27 | 2 | -7/+9 |
* | 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 | 10 | -44/+45 |
* | update ChangeLog | Peng Wu | 2017-08-25 | 1 | -1/+0 |
* | update ChangeLog2.1.0 | Peng Wu | 2017-08-18 | 1 | -0/+1 |
* | bump so version | Peng Wu | 2017-08-18 | 1 | -1/+1 |
* | update test_pinyin.cpp | Peng Wu | 2017-08-18 | 1 | -1/+2 |
* | add sort option to pinyin_guess_candidates function | Peng Wu | 2017-08-17 | 2 | -22/+48 |
* | bump version 2.1.0 | Peng Wu | 2017-07-24 | 1 | -2/+2 |
* | update ChangeLog | Peng Wu | 2017-07-24 | 1 | -0/+3 |
* | update ChangeLog2.0.92 | Peng Wu | 2017-07-07 | 1 | -0/+3 |
* | bump version 2.0.92 | Peng Wu | 2017-06-21 | 1 | -1/+1 |
* | update test_ngram.cpp | Peng Wu | 2017-06-19 | 1 | -0/+2 |
* | 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 |
* | update ChangeLog2.0.91 | Peng Wu | 2017-06-06 | 1 | -0/+3 |
* | 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 |
* | update libzhuyin.pc.in | Peng Wu | 2017-05-26 | 1 | -1/+0 |
* | handle zhuyin table file in tests and utils | Peng Wu | 2017-05-25 | 5 | -11/+20 |
* | 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 | 2 | -4/+9 |
* | bump version 2.0.91 | Peng Wu | 2017-05-22 | 1 | -2/+2 |
* | 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 | 4 | -2/+25 |
* | update autoconf | Peng Wu | 2017-05-16 | 3 | -8/+22 |
* | update Makefile.am | Peng Wu | 2017-05-15 | 2 | -3/+19 |
* | import gen_zhuyin_table.cpp and test_zhuyin.cpp | Peng Wu | 2017-05-15 | 3 | -1/+406 |
* | 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 |