summaryrefslogtreecommitdiffstats
path: root/src/lookup
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes typosPeng Wu2017-01-111-8/+8
* update phonetic_lookup.hPeng Wu2017-01-111-0/+10
* write phonetic_lookup_heap.hPeng Wu2017-01-111-4/+86
* begin to write phonetic_lookup_heap.hPeng Wu2017-01-112-1/+101
* write phonetic_lookup_linear.hPeng Wu2017-01-112-85/+113
* write eval_item methodPeng Wu2017-01-101-4/+48
* add variblesPeng Wu2017-01-091-2/+18
* declare class PhoneticLookupPeng Wu2017-01-091-0/+47
* add commentsPeng Wu2017-01-091-0/+1
* add methods declarationPeng Wu2017-01-041-1/+37
* update structs definitionPeng Wu2017-01-031-0/+44
* add variablesPeng Wu2017-01-031-0/+32
* begin to write phonetic_lookup.hPeng Wu2017-01-021-0/+77
* update Makefile.amPeng Wu2016-10-311-5/+4
* update code licensePeng Wu2016-10-313-21/+18
* update header licensePeng Wu2016-10-313-21/+18
* fixes get_best_match againPeng Wu2016-07-121-1/+19
* fixes get_best_match methodPeng Wu2016-07-071-1/+1
* fixes empty inputPeng Wu2016-07-061-0/+3
* update pinyin.cppPeng Wu2016-06-121-1/+1
* begin to update pinyin.cppPeng Wu2016-06-061-0/+1
* indent pinyin_lookup2.cppPeng Wu2016-06-011-13/+13
* fixes compilePeng Wu2016-06-012-4/+4
* fixes train_result2 methodPeng Wu2016-05-271-0/+2
* update commentPeng Wu2016-05-271-1/+1
* update train_result2 methodPeng Wu2016-05-271-10/+20
* update class PinyinLookup2Peng Wu2016-05-272-22/+4