summaryrefslogtreecommitdiffstats
path: root/src/lookup
Commit message (Expand)AuthorAgeFilesLines
* Use abort function instead of assert macroPeng Wu2022-06-061-1/+1
* Use check_result macro in src directoryPeng Wu2022-06-013-22/+24
* improve autoconf for libpinyin.la and libzhuyin.laPeng Wu2019-11-281-13/+11
* improve autoconf for libpinyin_internal.aPeng Wu2019-11-281-8/+6
* intro nstore parameterPeng Wu2018-01-293-38/+40
* update commentPeng Wu2017-12-251-1/+1
* fixes get_candidates methodPeng Wu2017-12-251-1/+1
* update cmake filesPeng Wu2017-08-311-0/+1
* fixes a typoPeng Wu2017-02-131-1/+1
* fixes LONG_SENTENCE_PENALTYPeng Wu2017-02-131-1/+1
* fixes class ForwardPhoneticConstraintsPeng Wu2017-02-101-1/+3
* fixes compilePeng Wu2017-02-091-0/+5
* update pinyin_get_sentence and pinyin_train functionPeng Wu2017-02-091-2/+0
* rename variablesPeng Wu2017-02-082-13/+14
* fixes phonetic_lookup_heap.h againPeng Wu2017-02-082-7/+9
* fixes phonetic_lookup_heap.hPeng Wu2017-02-073-4/+21
* fixes compile againPeng Wu2017-02-072-8/+9
* fixes compilePeng Wu2017-02-063-5/+2
* update PhoneticLookupPeng Wu2017-02-064-7/+14
* rename MatchResults to MatchResultPeng Wu2017-02-048-46/+46
* write class NBestMatchResultsPeng Wu2017-02-041-11/+61
* add const modifiersPeng Wu2017-01-221-8/+8
* write constructorsPeng Wu2017-01-221-0/+37
* write train_result3 methodPeng Wu2017-01-221-4/+98
* write diff_result methodPeng Wu2017-01-222-0/+41
* fixes trellis_value_less_than functionPeng Wu2017-01-211-11/+10
* sort tailsPeng Wu2017-01-202-5/+8
* write get_best_match methodPeng Wu2017-01-201-1/+105
* write save_next_step methodPeng Wu2017-01-201-3/+6
* write unigram_gen_next_step and bigram_gen_next_step methodPeng Wu2017-01-201-2/+53
* write search_unigram2 and search_bigram2 methodPeng Wu2017-01-201-2/+101
* rename variable namePeng Wu2017-01-201-6/+6
* fixes typosPeng Wu2017-01-202-3/+3
* fixes trellis_value_less_than functionPeng Wu2017-01-193-15/+11
* move get_top_results functionPeng Wu2017-01-192-36/+32
* write trellis_value_less_than functionPeng Wu2017-01-193-9/+44
* drop struct matrix_stepPeng Wu2017-01-192-126/+0
* write extract_result functionPeng Wu2017-01-191-3/+32
* write insert_candidate and get_tails methodPeng Wu2017-01-192-6/+46
* write get_candidate and get_constraint methodPeng Wu2017-01-191-7/+39
* fixes compilePeng Wu2017-01-171-2/+14
* write class ForwardPhoneticTrellis in progressPeng Wu2017-01-174-3/+136
* write clear and prepare methodsPeng Wu2017-01-171-2/+32
* fixes phonetic_lookup.cppPeng Wu2017-01-161-26/+26
* fixes compilePeng Wu2017-01-164-9/+13
* update Makefile.amPeng Wu2017-01-161-2/+7
* write class ForwardPhoneticConstraints in progressPeng Wu2017-01-162-10/+144
* update PhoneticLookupPeng Wu2017-01-151-2/+1
* rename variablesPeng Wu2017-01-121-5/+5
* add commentsPeng Wu2017-01-112-2/+16