Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes a typo | Peng Wu | 2017-02-13 | 1 | -1/+1 |
* | fixes LONG_SENTENCE_PENALTY | Peng Wu | 2017-02-13 | 1 | -1/+1 |
* | fixes class ForwardPhoneticConstraints | Peng Wu | 2017-02-10 | 1 | -1/+3 |
* | fixes compile | Peng Wu | 2017-02-09 | 1 | -0/+5 |
* | update pinyin_get_sentence and pinyin_train function | Peng Wu | 2017-02-09 | 1 | -2/+0 |
* | rename variables | Peng Wu | 2017-02-08 | 2 | -13/+14 |
* | fixes phonetic_lookup_heap.h again | Peng Wu | 2017-02-08 | 2 | -7/+9 |
* | fixes phonetic_lookup_heap.h | Peng Wu | 2017-02-07 | 3 | -4/+21 |
* | fixes compile again | Peng Wu | 2017-02-07 | 2 | -8/+9 |
* | fixes compile | Peng Wu | 2017-02-06 | 3 | -5/+2 |
* | update PhoneticLookup | Peng Wu | 2017-02-06 | 4 | -7/+14 |
* | rename MatchResults to MatchResult | Peng Wu | 2017-02-04 | 8 | -46/+46 |
* | write class NBestMatchResults | Peng Wu | 2017-02-04 | 1 | -11/+61 |
* | add const modifiers | Peng Wu | 2017-01-22 | 1 | -8/+8 |
* | write constructors | Peng Wu | 2017-01-22 | 1 | -0/+37 |
* | write train_result3 method | Peng Wu | 2017-01-22 | 1 | -4/+98 |
* | write diff_result method | Peng Wu | 2017-01-22 | 2 | -0/+41 |
* | fixes trellis_value_less_than function | Peng Wu | 2017-01-21 | 1 | -11/+10 |
* | sort tails | Peng Wu | 2017-01-20 | 2 | -5/+8 |
* | write get_best_match method | Peng Wu | 2017-01-20 | 1 | -1/+105 |
* | write save_next_step method | Peng Wu | 2017-01-20 | 1 | -3/+6 |
* | write unigram_gen_next_step and bigram_gen_next_step method | Peng Wu | 2017-01-20 | 1 | -2/+53 |
* | write search_unigram2 and search_bigram2 method | Peng Wu | 2017-01-20 | 1 | -2/+101 |
* | rename variable name | Peng Wu | 2017-01-20 | 1 | -6/+6 |
* | fixes typos | Peng Wu | 2017-01-20 | 2 | -3/+3 |
* | fixes trellis_value_less_than function | Peng Wu | 2017-01-19 | 3 | -15/+11 |
* | move get_top_results function | Peng Wu | 2017-01-19 | 2 | -36/+32 |
* | write trellis_value_less_than function | Peng Wu | 2017-01-19 | 3 | -9/+44 |
* | drop struct matrix_step | Peng Wu | 2017-01-19 | 2 | -126/+0 |
* | write extract_result function | Peng Wu | 2017-01-19 | 1 | -3/+32 |
* | write insert_candidate and get_tails method | Peng Wu | 2017-01-19 | 2 | -6/+46 |
* | write get_candidate and get_constraint method | Peng Wu | 2017-01-19 | 1 | -7/+39 |
* | fixes compile | Peng Wu | 2017-01-17 | 1 | -2/+14 |
* | write class ForwardPhoneticTrellis in progress | Peng Wu | 2017-01-17 | 4 | -3/+136 |
* | write clear and prepare methods | Peng Wu | 2017-01-17 | 1 | -2/+32 |
* | fixes phonetic_lookup.cpp | Peng Wu | 2017-01-16 | 1 | -26/+26 |
* | fixes compile | Peng Wu | 2017-01-16 | 4 | -9/+13 |
* | update Makefile.am | Peng Wu | 2017-01-16 | 1 | -2/+7 |
* | write class ForwardPhoneticConstraints in progress | Peng Wu | 2017-01-16 | 2 | -10/+144 |
* | update PhoneticLookup | Peng Wu | 2017-01-15 | 1 | -2/+1 |
* | rename variables | Peng Wu | 2017-01-12 | 1 | -5/+5 |
* | add comments | Peng Wu | 2017-01-11 | 2 | -2/+16 |
* | fixes typos | Peng Wu | 2017-01-11 | 1 | -8/+8 |
* | update phonetic_lookup.h | Peng Wu | 2017-01-11 | 1 | -0/+10 |
* | write phonetic_lookup_heap.h | Peng Wu | 2017-01-11 | 1 | -4/+86 |
* | begin to write phonetic_lookup_heap.h | Peng Wu | 2017-01-11 | 2 | -1/+101 |
* | write phonetic_lookup_linear.h | Peng Wu | 2017-01-11 | 2 | -85/+113 |
* | write eval_item method | Peng Wu | 2017-01-10 | 1 | -4/+48 |
* | add varibles | Peng Wu | 2017-01-09 | 1 | -2/+18 |
* | declare class PhoneticLookup | Peng Wu | 2017-01-09 | 1 | -0/+47 |