summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* write zhuyin.cpp for zhuyin_context_t in progressPeng Wu2017-05-101-0/+741
* fixes compilePeng Wu2017-05-101-5/+5
* update Makefile.amPeng Wu2017-05-101-0/+9
* declare data structure in zhuyin.cppPeng Wu2017-05-091-0/+103
* clean zhuyin.hPeng Wu2017-04-252-9/+11
* import zhuyin.hPeng Wu2017-04-251-0/+712
* import libzhuyin.verPeng Wu2017-04-251-0/+58
* write zhuyin_custom2.hPeng Wu2017-04-241-0/+45
* fixes crash1.9.92Peng Wu2017-03-071-0/+3
* fixes crashPeng Wu2017-02-271-0/+3
* fixes warningsPeng Wu2017-02-141-1/+1
* fixes crashPeng Wu2017-02-131-12/+0
* fixes a typoPeng Wu2017-02-131-1/+1
* update pinyin_custom3.hPeng Wu2017-02-131-4/+4
* fixes LONG_SENTENCE_PENALTYPeng Wu2017-02-131-1/+1
* fixes class ForwardPhoneticConstraintsPeng Wu2017-02-102-15/+21
* fixes a typoPeng Wu2017-02-101-1/+1
* write pinyin_get_candidate_nbest_index functionPeng Wu2017-02-103-0/+52
* fixes compilePeng Wu2017-02-095-31/+37
* rename variablesPeng Wu2017-02-091-48/+20
* update pinyin_get_sentence and pinyin_train functionPeng Wu2017-02-092-3/+20
* use nbest results in pinyin.cppPeng Wu2017-02-092-24/+53
* use PhoneticLookup in pinyin.cppPeng Wu2017-02-091-7/+9
* hide pinyin_lookup2.hPeng Wu2017-02-092-1/+1
* 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-074-4/+24
* fixes compile againPeng Wu2017-02-074-23/+24
* fixes compilePeng Wu2017-02-064-5/+3
* update PhoneticLookupPeng Wu2017-02-064-7/+14
* rename MatchResults to MatchResultPeng Wu2017-02-0410-49/+49
* write class NBestMatchResultsPeng Wu2017-02-041-11/+61
* add const modifiersPeng Wu2017-01-222-10/+10
* 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