summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Copy the data when merge into single ngram.Weng Xuetian2020-08-181-4/+4
| | | | system and user single ngram might be invalidated later.
* improve full pinyin parserPeng Wu2020-08-171-13/+16
|
* update pinyin.cpp and zhuyin.cppdevelPeng Wu2020-07-242-5/+10
|
* improve full pinyin parser auto correctionPeng Wu2020-07-241-9/+22
|
* refactor parse_one_key methodPeng Wu2020-07-243-15/+23
|
* update pinyin_parser_table.hPeng Wu2020-07-241-660/+660
|
* clean up pinyin.hPeng Wu2020-07-231-14/+0
|
* Fixes typoPeng Wu2020-07-201-1/+1
|
* update pinyin_custom2.h for C language compatibilityPeng Wu2020-02-271-19/+16
|
* remove pinyin_custom3.hPeng Wu2020-02-271-142/+0
|
* improve autoconf for libpinyin.la and libzhuyin.laPeng Wu2019-11-284-23/+51
|
* improve autoconf for libpinyin_internal.aPeng Wu2019-11-283-34/+29
|
* Revert "update pinyin.cpp and zhuyin.cpp"Peng Wu2019-01-172-8/+88
| | | | This reverts commit 97ca682a1099ae6da6ceacd9b15f654562567013.
* Revert "not use in-memory DBM in src/storage"Peng Wu2019-01-1714-81/+6
| | | | This reverts commit 5607752c2b989849923676f4a925e5315a3303d4.
* update PhoneticLookup usagePeng Wu2018-12-101-2/+2
|
* improve pinyin_guess_predicted_candidates methodPeng Wu2018-11-151-12/+10
|
* add safe guard to pinyin_guess_predicted_candidates functionPeng Wu2018-09-101-0/+3
|
* fixes filter variablePeng Wu2018-06-251-1/+1
|
* fixes pinyin_guess_predicted_candidates functionPeng Wu2018-06-221-7/+17
|
* improve candidates sortingPeng Wu2018-04-101-1/+4
|
* reduce memory usagePeng Wu2018-04-101-2/+2
|
* fixes compilePeng Wu2018-01-292-4/+4
|
* intro nstore parameterPeng Wu2018-01-293-38/+40
|
* fixes fscanf usagePeng Wu2018-01-256-7/+7
|
* write is_valid_zhuyin methodPeng Wu2017-12-283-0/+29
|
* update zhuyin_table.hPeng Wu2017-12-281-0/+12102
|
* update special_table.hPeng Wu2017-12-281-20/+20
|
* update commentPeng Wu2017-12-251-1/+1
|
* fixes get_candidates methodPeng Wu2017-12-251-1/+1
|
* update cmake filesPeng Wu2017-08-312-7/+8
|
* add sort option to pinyin_guess_candidates functionPeng Wu2017-08-172-22/+48
|
* update pinyin.cpp and zhuyin.cppPeng Wu2017-06-192-88/+8
|
* not use in-memory DBM in src/storagePeng Wu2017-06-1914-6/+81
|
* Fix a typo: omited -> omittedFelix Yan2017-06-121-1/+1
|
* drop zhuyin_valid_zhuyin_keys functionPeng Wu2017-05-271-13/+0
|
* fixes a bugPeng Wu2017-05-271-4/+2
|
* handle zhuyin table file in src/storagePeng Wu2017-05-257-18/+63
|
* update libzhuyin APIPeng Wu2017-05-233-10/+58
|
* fixes a typoPeng Wu2017-05-221-1/+1
|
* update Makefile.amPeng Wu2017-05-221-4/+5
|
* drop _compute_zhuyin_start functionPeng Wu2017-05-191-19/+0
|
* write zhuyin.cppPeng Wu2017-05-191-0/+331
|
* import libzhuyin.pc.inPeng Wu2017-05-162-1/+8
|
* update autoconfPeng Wu2017-05-161-0/+2
|
* import gen_zhuyin_table.cpp and test_zhuyin.cppPeng Wu2017-05-151-1/+1
|
* disable the zhuyin correction options in pinyin.cppPeng Wu2017-05-121-19/+34
|
* write zhuyin.cpp for zhuyin_instance_t in progressPeng Wu2017-05-121-5/+1071
|
* support zhuyin table in table_info.cppPeng Wu2017-05-112-2/+8
|
* write zhuyin.cpp for zhuyin_context_t in progressPeng Wu2017-05-101-0/+741
|
* fixes compilePeng Wu2017-05-101-5/+5
|