summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch from GrassDB to ProtoTreeDBPeng Wu2022-03-302-4/+4
|
* Fix libzhuyin linkage when using LLVM linkerCaleb Xu2021-09-181-1/+1
|
* Update special_table.h2.6.1Peng Wu2021-09-151-0/+1
|
* Improve pinyin_remember_user_input function for incomplete pinyinPeng Wu2021-05-201-0/+2
|
* Improve pinyin_remember_user_input functionPeng Wu2021-05-171-5/+11
|
* Fixes memory leak in pinyin_guess_predicted_candidates functionPeng Wu2021-05-101-3/+3
|
* Update full pinyin parser codePeng Wu2021-03-251-1/+1
|
* update special_table.hZhangyuan Nie2021-03-251-0/+1
|
* Check LLVM LD instead of Clang to determine LDFLAGWeixuan XIAO2020-12-231-4/+4
| | | | | Fix exported symbols according to the suggestion in https://github.com/libpinyin/libpinyin/pull/138
* Append an empty line to avoid ld warningWeixuan XIAO2020-12-232-2/+2
|
* Replace -version-script flag with -exported_symbols_list for LLVMWeixuan XIAO2020-11-263-0/+140
| | | | | | Detect whether $CXX is clang with gcc alias. Use -exported_symbols_list under Clang/LLVM env
* Fix delimiter for reading table files on macOSWeixuan XIAO2020-11-265-0/+25
| | | | | | | | | | | On macOS under llvm/clang++, the default delimiter for format string is weird: it cannot read full CJK characters from the table files. This patch adds macOS-specified code to make "\t" and " " the implicit delimiter. Ref: https://stackoverflow.com/questions/12885628/changing-the-scanf-delimiter
* update special_table.hPeng Wu2020-11-101-0/+1
|
* Fixes Berkeley DB cursor usagePeng Wu2020-10-144-0/+15
|
* Fixes copy_bdb functionPeng Wu2020-10-101-0/+4
|
* support database format in table.confPeng Wu2020-09-272-1/+48
|
* Improve pinyin_save functionPeng Wu2020-09-231-27/+100
|
* Use Kyoto Cabinet snapshot featurePeng Wu2020-09-234-0/+32
|
* Fix missing dynamic symbols in libzhuyin.soRuei-Yuan Lu2020-09-071-2/+2
| | | | | * zhuyin_get_zhuyin_key * zhuyin_get_zhuyin_key_rest
* improve Kyoto Cabinet usagePeng Wu2020-08-213-9/+9
|
* fixes merge_single_gram functionPeng Wu2020-08-211-0/+2
|
* fixes full pinyin in zhuyin.cppPeng Wu2020-08-191-1/+29
|
* 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
|