| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update check_pinyin_options and check_chewing_options functionsHEADmainfuzzy-correct | Peng Wu | 36 hours | 2 | -4/+5 |
| | | |||||
| * | Update src/storage/pinyin_parser_table.h | Peng Wu | 36 hours | 1 | -0/+2 |
| | | |||||
| * | Support building static lib with CMake | Qijia Liu | 8 days | 1 | -1/+0 |
| | | |||||
| * | Add CMake workflow | Qijia Liu | 10 days | 1 | -0/+3 |
| | | |||||
| * | Fix some typo | Peng Wu | 2025-11-18 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile.am | Peng Wu | 2025-11-18 | 1 | -1/+3 |
| | | |||||
| * | Fix crash | Peng Wu | 2025-11-13 | 4 | -5/+9 |
| | | |||||
| * | Rename store_db method to save_db method | Peng Wu | 2025-11-13 | 14 | -19/+19 |
| | | |||||
| * | Update Makefile.am | Peng Wu | 2025-11-13 | 2 | -0/+17 |
| | | |||||
| * | Update chewing_large_table2.h | Peng Wu | 2025-11-13 | 1 | -0/+6 |
| | | |||||
| * | Write chewing_large_table2_tkrzwdb.cpp | Peng Wu | 2025-11-13 | 1 | -0/+544 |
| | | |||||
| * | Write chewing_large_table2_tkrzwdb.h | Peng Wu | 2025-11-13 | 1 | -0/+133 |
| | | |||||
| * | Fix some typos | Peng Wu | 2025-11-12 | 2 | -1/+7 |
| | | |||||
| * | Write phrase_large_table3_tkrzwdb.cpp | Peng Wu | 2025-11-12 | 1 | -0/+317 |
| | | |||||
| * | Write phrase_large_table3_tkrzwdb.h | Peng Wu | 2025-11-12 | 1 | -0/+77 |
| | | |||||
| * | Fix some typos | Peng Wu | 2025-11-12 | 3 | -2/+8 |
| | | |||||
| * | Write ngram_tkrzwdb.cpp | Peng Wu | 2025-11-12 | 1 | -0/+213 |
| | | |||||
| * | Write ngram_tkrzwdb.h | Peng Wu | 2025-11-11 | 1 | -0/+154 |
| | | |||||
| * | Fix some typos | Peng Wu | 2025-11-10 | 6 | -7/+18 |
| | | |||||
| * | Write flexible_ngram_tkrzwdb.h | Peng Wu | 2025-11-10 | 1 | -0/+435 |
| | | |||||
| * | Write punct_table_tkrzwdb.cpp | Peng Wu | 2025-11-07 | 1 | -0/+185 |
| | | |||||
| * | Write punct_table_tkrzwdb.h | Peng Wu | 2025-11-07 | 1 | -0/+71 |
| | | |||||
| * | Write tkrzwdb_utils.h | Peng Wu | 2025-11-07 | 1 | -0/+77 |
| | | |||||
| * | Fix unaligned access in get_range() | John Paul Adrian Glaubitz | 2025-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fix export of `_zhuyin_get_zhuyin_string` in libzhuyin | Ruoyu Zhong | 2025-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | There is an extra underscore in the symbol name `_zhuyin_get_zhuyin_string` in libzhuyin's exported symbols list, causing ld to complain: Undefined symbols for architecture arm64: "_zhuyin_get__zhuyin_string", referenced from: <initial-undefines> ld: symbol(s) not found for architecture arm64 | ||||
| * | Remove libpinyin_internal_a_LIBADD | Michael Cho | 2025-09-11 | 1 | -2/+0 |
| | | |||||
| * | Fix some warnings | Peng Wu | 2025-05-20 | 2 | -7/+6 |
| | | |||||
| * | Fix memory leaks in kyotodb based tables | czxdev | 2025-05-07 | 2 | -0/+10 |
| | | |||||
| * | Fix some typo in the code | Peng Wu | 2025-03-14 | 1 | -3/+3 |
| | | |||||
| * | Fix warnings2.9.92 | Peng Wu | 2024-10-21 | 1 | -0/+2 |
| | | |||||
| * | Fix pinyin_guess_predicted_candidates_with_punctuations function | Peng Wu | 2024-10-11 | 1 | -3/+3 |
| | | |||||
| * | Update pinyin_choose_predicted_candidate function | Peng Wu | 2024-10-10 | 1 | -1/+6 |
| | | |||||
| * | Update src/libpinyin.ver | Peng Wu | 2024-09-30 | 1 | -0/+1 |
| | | |||||
| * | Write pinyin_guess_predicted_candidates_with_punctuations function | Peng Wu | 2024-09-30 | 2 | -1/+61 |
| | | |||||
| * | Update src/Makefile.am | Peng Wu | 2024-09-30 | 1 | -2/+5 |
| | | |||||
| * | Refactor pinyin_guess_predicted_candidates function | Peng Wu | 2024-09-30 | 2 | -18/+52 |
| | | |||||
| * | Update punct table file name | Peng Wu | 2024-09-29 | 1 | -1/+1 |
| | | |||||
| * | Update class PunctTable | Peng Wu | 2024-09-29 | 5 | -64/+62 |
| | | |||||
| * | Update class PunctTable | Peng Wu | 2024-09-27 | 4 | -23/+42 |
| | | |||||
| * | Fix compile | Peng Wu | 2024-09-24 | 6 | -19/+21 |
| | | |||||
| * | Update src/storage/Makefile.am | Peng Wu | 2024-09-24 | 1 | -4/+10 |
| | | |||||
| * | Write class PunctTable with Kyoto Cabinet in progress | Peng Wu | 2024-09-23 | 2 | -0/+272 |
| | | |||||
| * | Write class PunctTable with Berkeley DB in progress | Peng Wu | 2024-09-23 | 2 | -0/+333 |
| | | |||||
| * | Write class PunctArray in progress | Peng Wu | 2024-09-18 | 2 | -0/+227 |
| | | |||||
| * | Fix export bigram phraseexport-bigram | Peng Wu | 2024-08-07 | 1 | -23/+24 |
| | | |||||
| * | Fix warnings | Peng Wu | 2024-07-31 | 4 | -10/+10 |
| | | |||||
| * | Update libpinyin.ver | Peng Wu | 2024-07-30 | 1 | -0/+4 |
| | | |||||
| * | Support to export bigram phrase | Peng Wu | 2024-07-29 | 2 | -0/+209 |
| | | |||||
| * | Update pinyin.cpp | Peng Wu | 2024-07-03 | 1 | -3/+18 |
| | | |||||
| * | Update class UserTableInfo | Peng Wu | 2024-07-03 | 2 | -0/+30 |
| | | |||||
