| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update pinyin_choose_candidate function | Peng Wu | 2022-09-26 | 1 | -3/+24 |
| | | |||||
| * | Improve pinyin_guess_predicted_candidates function | Peng Wu | 2022-09-26 | 1 | -2/+8 |
| | | |||||
| * | Update pinyin_choose_candidate function | Peng Wu | 2022-09-23 | 1 | -1/+16 |
| | | |||||
| * | Refactor sort_option_t enum | Peng Wu | 2022-09-22 | 2 | -31/+44 |
| | | |||||
| * | Support longer candidate | Peng Wu | 2022-09-21 | 3 | -3/+86 |
| | | |||||
| * | Write search_suggestion_with_matrix function | Peng Wu | 2022-09-14 | 3 | -0/+104 |
| | | |||||
| * | Write FacadeChewingTable2::search_suggestion method | Peng Wu | 2022-09-09 | 1 | -0/+26 |
| | | |||||
| * | Write ChewingLargeTable2::search_suggesion method for Kyoto Cabinet | Peng Wu | 2022-09-08 | 3 | -1/+167 |
| | | |||||
| * | Write ChewingLargeTable2::search_suggesion method for Berkeley DB | Peng Wu | 2022-09-07 | 2 | -0/+164 |
| | | |||||
| * | Write ChewingTableEntry::search_suggestion method | Peng Wu | 2022-09-02 | 2 | -4/+82 |
| | | |||||
| * | Fix Kyoto Cabinet usage | Peng Wu | 2022-08-30 | 3 | -4/+9 |
| | | |||||
| * | Fix pinyin.cpp | Peng Wu | 2022-08-29 | 2 | -31/+36 |
| | | |||||
| * | Support prefix candidate | Peng Wu | 2022-08-26 | 2 | -15/+81 |
| | | |||||
| * | Write FacadePhraseTable3::search_suggestion method | Peng Wu | 2022-08-25 | 1 | -0/+25 |
| | | |||||
| * | Fix a typo | Peng Wu | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | Write search_suggestion method | Peng Wu | 2022-07-26 | 5 | -5/+119 |
| | | |||||
| * | Write compare_phrase function | Peng Wu | 2022-07-19 | 2 | -0/+76 |
| | | |||||
| * | Use abort function instead of assert macro | Peng Wu | 2022-06-06 | 16 | -53/+53 |
| | | |||||
| * | Use check_result macro in src directory | Peng Wu | 2022-06-01 | 16 | -73/+80 |
| | | |||||
| * | Update Makefile.am | Peng Wu | 2022-05-30 | 1 | -0/+1 |
| | | |||||
| * | Write pinyin_utils.h | Peng Wu | 2022-05-30 | 1 | -0/+32 |
| | | |||||
| * | Switch from GrassDB to ProtoTreeDB | Peng Wu | 2022-03-30 | 2 | -4/+4 |
| | | |||||
| * | Fix libzhuyin linkage when using LLVM linker | Caleb Xu | 2021-09-18 | 1 | -1/+1 |
| | | |||||
| * | Update special_table.h2.6.1 | Peng Wu | 2021-09-15 | 1 | -0/+1 |
| | | |||||
| * | Improve pinyin_remember_user_input function for incomplete pinyin | Peng Wu | 2021-05-20 | 1 | -0/+2 |
| | | |||||
| * | Improve pinyin_remember_user_input function | Peng Wu | 2021-05-17 | 1 | -5/+11 |
| | | |||||
| * | Fixes memory leak in pinyin_guess_predicted_candidates function | Peng Wu | 2021-05-10 | 1 | -3/+3 |
| | | |||||
| * | Update full pinyin parser code | Peng Wu | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | update special_table.h | Zhangyuan Nie | 2021-03-25 | 1 | -0/+1 |
| | | |||||
| * | Check LLVM LD instead of Clang to determine LDFLAG | Weixuan XIAO | 2020-12-23 | 1 | -4/+4 |
| | | | | | | Fix exported symbols according to the suggestion in https://github.com/libpinyin/libpinyin/pull/138 | ||||
| * | Append an empty line to avoid ld warning | Weixuan XIAO | 2020-12-23 | 2 | -2/+2 |
| | | |||||
| * | Replace -version-script flag with -exported_symbols_list for LLVM | Weixuan XIAO | 2020-11-26 | 3 | -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 macOS | Weixuan XIAO | 2020-11-26 | 5 | -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.h | Peng Wu | 2020-11-10 | 1 | -0/+1 |
| | | |||||
| * | Fixes Berkeley DB cursor usage | Peng Wu | 2020-10-14 | 4 | -0/+15 |
| | | |||||
| * | Fixes copy_bdb function | Peng Wu | 2020-10-10 | 1 | -0/+4 |
| | | |||||
| * | support database format in table.conf | Peng Wu | 2020-09-27 | 2 | -1/+48 |
| | | |||||
| * | Improve pinyin_save function | Peng Wu | 2020-09-23 | 1 | -27/+100 |
| | | |||||
| * | Use Kyoto Cabinet snapshot feature | Peng Wu | 2020-09-23 | 4 | -0/+32 |
| | | |||||
| * | Fix missing dynamic symbols in libzhuyin.so | Ruei-Yuan Lu | 2020-09-07 | 1 | -2/+2 |
| | | | | | | * zhuyin_get_zhuyin_key * zhuyin_get_zhuyin_key_rest | ||||
| * | improve Kyoto Cabinet usage | Peng Wu | 2020-08-21 | 3 | -9/+9 |
| | | |||||
| * | fixes merge_single_gram function | Peng Wu | 2020-08-21 | 1 | -0/+2 |
| | | |||||
| * | fixes full pinyin in zhuyin.cpp | Peng Wu | 2020-08-19 | 1 | -1/+29 |
| | | |||||
| * | Copy the data when merge into single ngram. | Weng Xuetian | 2020-08-18 | 1 | -4/+4 |
| | | | | | system and user single ngram might be invalidated later. | ||||
| * | improve full pinyin parser | Peng Wu | 2020-08-17 | 1 | -13/+16 |
| | | |||||
| * | update pinyin.cpp and zhuyin.cppdevel | Peng Wu | 2020-07-24 | 2 | -5/+10 |
| | | |||||
| * | improve full pinyin parser auto correction | Peng Wu | 2020-07-24 | 1 | -9/+22 |
| | | |||||
| * | refactor parse_one_key method | Peng Wu | 2020-07-24 | 3 | -15/+23 |
| | | |||||
| * | update pinyin_parser_table.h | Peng Wu | 2020-07-24 | 1 | -660/+660 |
| | | |||||
| * | clean up pinyin.h | Peng Wu | 2020-07-23 | 1 | -14/+0 |
| | | |||||
