summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Collapse)AuthorAgeFilesLines
* improve Kyoto Cabinet usagePeng Wu2020-08-213-9/+9
|
* fixes merge_single_gram functionPeng Wu2020-08-211-0/+2
|
* 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
|
* 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
|
* 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-281-2/+0
|
* improve autoconf for libpinyin_internal.aPeng Wu2019-11-281-9/+7
|
* Revert "not use in-memory DBM in src/storage"Peng Wu2019-01-1714-81/+6
| | | | This reverts commit 5607752c2b989849923676f4a925e5315a3303d4.
* 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
|
* not use in-memory DBM in src/storagePeng Wu2017-06-1914-6/+81
|
* Fix a typo: omited -> omittedFelix Yan2017-06-121-1/+1
|
* handle zhuyin table file in src/storagePeng Wu2017-05-257-18/+63
|
* import libzhuyin.pc.inPeng Wu2017-05-161-1/+4
|
* import gen_zhuyin_table.cpp and test_zhuyin.cppPeng Wu2017-05-151-1/+1
|
* support zhuyin table in table_info.cppPeng Wu2017-05-111-2/+7
|
* write zhuyin_custom2.hPeng Wu2017-04-241-0/+45
|
* update pinyin_custom3.hPeng Wu2017-02-131-4/+4
|
* fixes compilePeng Wu2017-02-092-3/+3
|
* fixes compile againPeng Wu2017-02-072-15/+15
|
* add const modifiersPeng Wu2017-01-221-2/+2
|
* update cmake filesPeng Wu2016-11-291-1/+26
|
* fixes compilePeng Wu2016-11-292-2/+2
|
* update Makefile.amPeng Wu2016-10-311-5/+4
|
* update code licensePeng Wu2016-10-3117-119/+102
|
* update header licensePeng Wu2016-10-3133-231/+198
|
* import open-gram dictionaryPeng Wu2016-10-091-0/+1
|
* fixes compute_pronunciation_possibility functionPeng Wu2016-08-151-2/+4
|
* clean up FullPinyinParser2Peng Wu2016-07-211-20/+0
|
* fixes fill_matrix functionPeng Wu2016-07-211-6/+12
|
* fixes fill_matrix functionPeng Wu2016-07-212-3/+5
|
* fixes warningsPeng Wu2016-07-201-0/+3
|
* fixes mask_out methods with Berkeley DBPeng Wu2016-07-112-2/+3
|
* add commentsPeng Wu2016-07-111-0/+1
|
* fixes empty inputPeng Wu2016-07-061-0/+10
|
* fixes ChewingKeyPeng Wu2016-07-042-4/+5
|
* clean pinyin_parser2.cppPeng Wu2016-07-041-184/+0
|
* update Vistor codePeng Wu2016-07-042-8/+7
|
* fixes warningsPeng Wu2016-07-012-4/+8
|
* fixes compilePeng Wu2016-07-012-0/+2
|
* update Kyoto Cabinet mask out methodsPeng Wu2016-07-012-32/+8
|
* update Berkeley DB mask out methodsPeng Wu2016-07-012-38/+2
|
* fixes typosPeng Wu2016-06-291-1/+1
|