| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update special_table.h2.6.1 | Peng Wu | 2021-09-15 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Use Kyoto Cabinet snapshot feature | Peng Wu | 2020-09-23 | 4 | -0/+32 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fixes typo | Peng Wu | 2020-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | update pinyin_custom2.h for C language compatibility | Peng Wu | 2020-02-27 | 1 | -19/+16 | |
| | | ||||||
| * | remove pinyin_custom3.h | Peng Wu | 2020-02-27 | 1 | -142/+0 | |
| | | ||||||
| * | improve autoconf for libpinyin.la and libzhuyin.la | Peng Wu | 2019-11-28 | 1 | -2/+0 | |
| | | ||||||
| * | improve autoconf for libpinyin_internal.a | Peng Wu | 2019-11-28 | 1 | -9/+7 | |
| | | ||||||
| * | Revert "not use in-memory DBM in src/storage" | Peng Wu | 2019-01-17 | 14 | -81/+6 | |
| | | | | | This reverts commit 5607752c2b989849923676f4a925e5315a3303d4. | |||||
| * | fixes fscanf usage | Peng Wu | 2018-01-25 | 6 | -7/+7 | |
| | | ||||||
| * | write is_valid_zhuyin method | Peng Wu | 2017-12-28 | 3 | -0/+29 | |
| | | ||||||
| * | update zhuyin_table.h | Peng Wu | 2017-12-28 | 1 | -0/+12102 | |
| | | ||||||
| * | update special_table.h | Peng Wu | 2017-12-28 | 1 | -20/+20 | |
| | | ||||||
| * | not use in-memory DBM in src/storage | Peng Wu | 2017-06-19 | 14 | -6/+81 | |
| | | ||||||
| * | Fix a typo: omited -> omitted | Felix Yan | 2017-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | handle zhuyin table file in src/storage | Peng Wu | 2017-05-25 | 7 | -18/+63 | |
| | | ||||||
| * | import libzhuyin.pc.in | Peng Wu | 2017-05-16 | 1 | -1/+4 | |
| | | ||||||
| * | import gen_zhuyin_table.cpp and test_zhuyin.cpp | Peng Wu | 2017-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | support zhuyin table in table_info.cpp | Peng Wu | 2017-05-11 | 1 | -2/+7 | |
| | | ||||||
| * | write zhuyin_custom2.h | Peng Wu | 2017-04-24 | 1 | -0/+45 | |
| | | ||||||
| * | update pinyin_custom3.h | Peng Wu | 2017-02-13 | 1 | -4/+4 | |
| | | ||||||
| * | fixes compile | Peng Wu | 2017-02-09 | 2 | -3/+3 | |
| | | ||||||
| * | fixes compile again | Peng Wu | 2017-02-07 | 2 | -15/+15 | |
| | | ||||||
| * | add const modifiers | Peng Wu | 2017-01-22 | 1 | -2/+2 | |
| | | ||||||
| * | update cmake files | Peng Wu | 2016-11-29 | 1 | -1/+26 | |
| | | ||||||
| * | fixes compile | Peng Wu | 2016-11-29 | 2 | -2/+2 | |
| | | ||||||
| * | update Makefile.am | Peng Wu | 2016-10-31 | 1 | -5/+4 | |
| | | ||||||
| * | update code license | Peng Wu | 2016-10-31 | 17 | -119/+102 | |
| | | ||||||
| * | update header license | Peng Wu | 2016-10-31 | 33 | -231/+198 | |
| | | ||||||
| * | import open-gram dictionary | Peng Wu | 2016-10-09 | 1 | -0/+1 | |
| | | ||||||
| * | fixes compute_pronunciation_possibility function | Peng Wu | 2016-08-15 | 1 | -2/+4 | |
| | | ||||||
| * | clean up FullPinyinParser2 | Peng Wu | 2016-07-21 | 1 | -20/+0 | |
| | | ||||||
| * | fixes fill_matrix function | Peng Wu | 2016-07-21 | 1 | -6/+12 | |
| | | ||||||
| * | fixes fill_matrix function | Peng Wu | 2016-07-21 | 2 | -3/+5 | |
| | | ||||||
| * | fixes warnings | Peng Wu | 2016-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | fixes mask_out methods with Berkeley DB | Peng Wu | 2016-07-11 | 2 | -2/+3 | |
| | | ||||||
| * | add comments | Peng Wu | 2016-07-11 | 1 | -0/+1 | |
| | | ||||||
