Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename pinyin_set_chewing_scheme to pinyin_set_zhuyin_scheme | Peng Wu | 2015-10-16 | 3 | -12/+39 | |
| | ||||||
* | update pinyin_in_chewing_keyboard method | Peng Wu | 2015-10-16 | 2 | -4/+5 | |
| | ||||||
* | rename pinyin_get_chewing_string to pinyin_get_zhuyin_string | Peng Wu | 2015-10-16 | 3 | -11/+11 | |
| | ||||||
* | add pinyin_get_luoma_pinyin_string and pinyin_get_secondary_zhuyin_string | Peng Wu | 2015-10-16 | 5 | -2/+68 | |
| | ||||||
* | write pinyin_set_full_pinyin_scheme | Peng Wu | 2015-10-16 | 4 | -0/+20 | |
| | ||||||
* | use PinyinDirectParser2 | Peng Wu | 2015-10-15 | 2 | -2/+2 | |
| | ||||||
* | write PinyinDirectParser2 | Peng Wu | 2015-10-15 | 2 | -1/+117 | |
| | ||||||
* | update chewing_key.cpp | Peng Wu | 2015-10-14 | 1 | -25/+25 | |
| | ||||||
* | update chewing_key.h | Peng Wu | 2015-10-14 | 2 | -3/+6 | |
| | ||||||
* | use Zhuyin instead of Chewing | Peng Wu | 2015-10-14 | 2 | -59/+59 | |
| | ||||||
* | update zhuyin_table.h | Peng Wu | 2015-10-14 | 1 | -28/+28 | |
| | ||||||
* | use zhuyin instead of chewing | Peng Wu | 2015-10-14 | 2 | -15/+15 | |
| | ||||||
* | update comments | Peng Wu | 2015-10-14 | 1 | -5/+5 | |
| | ||||||
* | update Makefile.am | Peng Wu | 2015-10-14 | 1 | -0/+1 | |
| | ||||||
* | write chewing_key.cpp | Peng Wu | 2015-10-14 | 3 | -50/+105 | |
| | ||||||
* | update zhuyin_parser2.cpp | Peng Wu | 2015-10-14 | 1 | -27/+37 | |
| | ||||||
* | update pinyin_parser2.cpp | Peng Wu | 2015-10-14 | 2 | -27/+29 | |
| | ||||||
* | update FullPinyinParser2 | Peng Wu | 2015-10-14 | 4 | -21/+24 | |
| | ||||||
* | clean pinyin_parser2.cpp | Peng Wu | 2015-10-14 | 1 | -183/+0 | |
| | ||||||
* | import zhuyin_parser2.cpp | Peng Wu | 2015-10-14 | 1 | -0/+973 | |
| | ||||||
* | update pinyin_parser2.h | Peng Wu | 2015-10-14 | 1 | -13/+124 | |
| | ||||||
* | fixes a typo | Peng Wu | 2015-10-13 | 1 | -3/+4 | |
| | ||||||
* | update double_pinyin_table.h | Peng Wu | 2015-10-13 | 1 | -3/+6 | |
| | ||||||
* | update parse_one_key method for double pinyin | Peng Wu | 2015-10-13 | 1 | -8/+18 | |
| | ||||||
* | init fallback tables | Peng Wu | 2015-10-13 | 2 | -11/+20 | |
| | ||||||
* | update double_pinyin_table.h | Peng Wu | 2015-10-13 | 1 | -0/+42 | |
| | ||||||
* | support fallback tables in double pinyin | Peng Wu | 2015-10-13 | 1 | -0/+5 | |
| | ||||||
* | support force tone in pinyin parsers | Peng Wu | 2015-10-13 | 1 | -3/+16 | |
| | ||||||
* | update pinyin_custom2.h | Peng Wu | 2015-10-13 | 1 | -14/+15 | |
| | ||||||
* | update table files | Peng Wu | 2015-10-12 | 2 | -1309/+4458 | |
| | ||||||
* | update src/storage/Makefile.am and script/Makefile.data | Peng Wu | 2015-10-12 | 1 | -1/+1 | |
| | ||||||
* | update pinyin_parser2.* | Peng Wu | 2015-10-12 | 2 | -17/+19 | |
| | ||||||
* | rename chewing_table.h to zhuyin_table.h | Peng Wu | 2015-10-12 | 1 | -0/+0 | |
| | ||||||
* | update pinyin_custom2.h | Peng Wu | 2015-10-12 | 1 | -11/+40 | |
| | ||||||
* | Merge branch 'neatsrc' of git://github.com/obache/libpinyin into obache-neatsrc | Peng Wu | 2015-07-20 | 3 | -3/+3 | |
|\ | ||||||
| * | Resolve ambiguos usage of log(3) | OBATA Akio | 2015-07-19 | 2 | -2/+2 | |
| | | | | | | | | lookup_t expect gfloat, so pass float literal value instead of int. | |||||
| * | Resolve NULL used in arithmetic | OBATA Akio | 2015-07-19 | 1 | -1/+1 | |
| | | ||||||
* | | fixes Kyoto Cabinet bug | Peng Wu | 2015-07-09 | 1 | -0/+3 | |
| | | ||||||
* | | re-facter Makefile.am | Peng Wu | 2015-07-08 | 1 | -0/+7 | |
|/ | ||||||
* | fixes pinyin_init function | Peng Wu | 2015-06-17 | 1 | -0/+3 | |
| | ||||||
* | fixes crash | Peng Wu | 2015-06-16 | 1 | -0/+3 | |
| | ||||||
* | fixes a bug | Peng Wu | 2015-06-09 | 1 | -2/+2 | |
| | ||||||
* | fixes a bug | Peng Wu | 2015-06-02 | 1 | -1/+1 | |
| | ||||||
* | re-factor code | Peng Wu | 2015-06-02 | 1 | -3/+2 | |
| | ||||||
* | update pinyin_token_get_phrase function | Peng Wu | 2015-05-28 | 1 | -13/+2 | |
| | ||||||
* | fixes compile | Peng Wu | 2015-05-28 | 1 | -3/+3 | |
| | ||||||
* | update API | Peng Wu | 2015-05-28 | 5 | -49/+69 | |
| | ||||||
* | update pinyin.cpp | Peng Wu | 2015-05-28 | 1 | -2/+47 | |
| | ||||||
* | update pinyin_choose_candidate function | Peng Wu | 2015-05-28 | 1 | -0/+31 | |
| | ||||||
* | update pinyin_guess_full_pinyin_candidates function | Peng Wu | 2015-05-28 | 1 | -1/+13 | |
| |