summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update check_pinyin_options and check_chewing_options functionsHEADmainfuzzy-correctPeng Wu36 hours2-4/+5
|
* Update src/storage/pinyin_parser_table.hPeng Wu36 hours1-0/+2
|
* Support building static lib with CMakeQijia Liu8 days1-1/+0
|
* Add CMake workflowQijia Liu10 days1-0/+3
|
* Fix some typoPeng Wu2025-11-181-1/+1
|
* Update Makefile.amPeng Wu2025-11-181-1/+3
|
* Fix crashPeng Wu2025-11-134-5/+9
|
* Rename store_db method to save_db methodPeng Wu2025-11-1314-19/+19
|
* Update Makefile.amPeng Wu2025-11-132-0/+17
|
* Update chewing_large_table2.hPeng Wu2025-11-131-0/+6
|
* Write chewing_large_table2_tkrzwdb.cppPeng Wu2025-11-131-0/+544
|
* Write chewing_large_table2_tkrzwdb.hPeng Wu2025-11-131-0/+133
|
* Fix some typosPeng Wu2025-11-122-1/+7
|
* Write phrase_large_table3_tkrzwdb.cppPeng Wu2025-11-121-0/+317
|
* Write phrase_large_table3_tkrzwdb.hPeng Wu2025-11-121-0/+77
|
* Fix some typosPeng Wu2025-11-123-2/+8
|
* Write ngram_tkrzwdb.cppPeng Wu2025-11-121-0/+213
|
* Write ngram_tkrzwdb.hPeng Wu2025-11-111-0/+154
|
* Fix some typosPeng Wu2025-11-106-7/+18
|
* Write flexible_ngram_tkrzwdb.hPeng Wu2025-11-101-0/+435
|
* Write punct_table_tkrzwdb.cppPeng Wu2025-11-071-0/+185
|
* Write punct_table_tkrzwdb.hPeng Wu2025-11-071-0/+71
|
* Write tkrzwdb_utils.hPeng Wu2025-11-071-0/+77
|
* Fix unaligned access in get_range()John Paul Adrian Glaubitz2025-10-311-1/+1
|
* Fix export of `_zhuyin_get_zhuyin_string` in libzhuyinRuoyu Zhong2025-09-171-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_LIBADDMichael Cho2025-09-111-2/+0
|
* Fix some warningsPeng Wu2025-05-202-7/+6
|
* Fix memory leaks in kyotodb based tablesczxdev2025-05-072-0/+10
|
* Fix some typo in the codePeng Wu2025-03-141-3/+3
|
* Fix warnings2.9.92Peng Wu2024-10-211-0/+2
|
* Fix pinyin_guess_predicted_candidates_with_punctuations functionPeng Wu2024-10-111-3/+3
|
* Update pinyin_choose_predicted_candidate functionPeng Wu2024-10-101-1/+6
|
* Update src/libpinyin.verPeng Wu2024-09-301-0/+1
|
* Write pinyin_guess_predicted_candidates_with_punctuations functionPeng Wu2024-09-302-1/+61
|
* Update src/Makefile.amPeng Wu2024-09-301-2/+5
|
* Refactor pinyin_guess_predicted_candidates functionPeng Wu2024-09-302-18/+52
|
* Update punct table file namePeng Wu2024-09-291-1/+1
|
* Update class PunctTablePeng Wu2024-09-295-64/+62
|
* Update class PunctTablePeng Wu2024-09-274-23/+42
|
* Fix compilePeng Wu2024-09-246-19/+21
|
* Update src/storage/Makefile.amPeng Wu2024-09-241-4/+10
|
* Write class PunctTable with Kyoto Cabinet in progressPeng Wu2024-09-232-0/+272
|
* Write class PunctTable with Berkeley DB in progressPeng Wu2024-09-232-0/+333
|
* Write class PunctArray in progressPeng Wu2024-09-182-0/+227
|
* Fix export bigram phraseexport-bigramPeng Wu2024-08-071-23/+24
|
* Fix warningsPeng Wu2024-07-314-10/+10
|
* Update libpinyin.verPeng Wu2024-07-301-0/+4
|
* Support to export bigram phrasePeng Wu2024-07-292-0/+209
|
* Update pinyin.cppPeng Wu2024-07-031-3/+18
|
* Update class UserTableInfoPeng Wu2024-07-032-0/+30
|