Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | write get length | Peng Wu | 2012-11-05 | 2 | -1/+34 |
* | write get length in progress | Peng Wu | 2012-11-05 | 1 | -0/+35 |
* | add comments | Peng Wu | 2012-10-31 | 1 | -2/+35 |
* | write Bigram::mask_out | Peng Wu | 2012-10-30 | 2 | -1/+56 |
* | write SingleGram::mask_out | Peng Wu | 2012-10-30 | 2 | -0/+51 |
* | write mask out method | Peng Wu | 2012-10-26 | 2 | -2/+70 |
* | write FacadePhraseIndex::merge_with_mask | Peng Wu | 2012-10-26 | 2 | -2/+51 |
* | re-factor phrase index | Peng Wu | 2012-10-26 | 1 | -5/+11 |
* | write mask_out_phrase_index_logger | Peng Wu | 2012-10-25 | 2 | -0/+159 |
* | move back get_first_token | Peng Wu | 2012-10-22 | 1 | -0/+14 |
* | move get_first_token to spseg | Peng Wu | 2012-10-20 | 1 | -23/+0 |
* | refine reduce_tokens | Peng Wu | 2012-10-19 | 1 | -4/+1 |
* | update pinyin_iterator_add_phrase | Peng Wu | 2012-10-19 | 1 | -30/+50 |
* | update pinyin_guess_sentence_with_prefix | Peng Wu | 2012-10-19 | 2 | -2/+7 |
* | rename pinyin_lookup_token to pinyin_lookup_tokens | Peng Wu | 2012-10-19 | 3 | -9/+9 |
* | write reduce_tokens | Peng Wu | 2012-10-19 | 1 | -0/+24 |
* | update ngseg | Peng Wu | 2012-10-18 | 5 | -11/+22 |
* | update tag utility | Peng Wu | 2012-10-18 | 2 | -14/+4 |
* | update tag utility | Peng Wu | 2012-10-18 | 2 | -2/+28 |
* | bump version 0.8.91 | Peng Wu | 2012-10-17 | 1 | -1/+1 |
* | bump version 0.7.920.7.92 | Peng Wu | 2012-10-15 | 1 | -1/+1 |
* | fixes memory leak in pinyin.cpp | Peng Wu | 2012-10-11 | 1 | -0/+2 |
* | fixes memory leak in facade chewing table | Peng Wu | 2012-10-11 | 1 | -0/+23 |
* | fixes memory leak in facade phrase table2 | Peng Wu | 2012-10-11 | 1 | -0/+24 |
* | fixes memory leak in chewing large table | Peng Wu | 2012-10-10 | 1 | -2/+3 |
* | fixes memory leak in phrase large table2 | Peng Wu | 2012-10-10 | 1 | -2/+6 |
* | re-factor phrase lookup | Peng Wu | 2012-10-10 | 2 | -16/+98 |
* | detect corrupted phrase index log file | Peng Wu | 2012-10-08 | 2 | -3/+13 |
* | Merge remote-tracking branch 'libpinyin/master' | Peng Wu | 2012-10-08 | 2 | -3/+2 |
|\ | |||||
| * | Fix CMakeLists.txt | Xiaojun Ma | 2012-10-05 | 2 | -3/+2 |
* | | minor fixes again | Peng Wu | 2012-09-29 | 1 | -0/+1 |
* | | minor fixes | Peng Wu | 2012-09-29 | 2 | -0/+2 |
* | | minor fix | Peng Wu | 2012-09-19 | 1 | -0/+3 |
|/ | |||||
* | bump version 0.7.910.7.91 | Peng Wu | 2012-09-17 | 1 | -1/+1 |
* | fixes code | Peng Wu | 2012-09-13 | 1 | -2/+1 |
* | re-factor phrase_lookup.cpp | Peng Wu | 2012-09-12 | 1 | -28/+73 |
* | re-factor pinyin_lookup2.cpp | Peng Wu | 2012-09-12 | 1 | -4/+4 |
* | update final_step | Peng Wu | 2012-09-12 | 1 | -14/+23 |
* | improves get_best_match | Peng Wu | 2012-09-11 | 1 | -5/+5 |
* | remove pinyin_lookup.* | Peng Wu | 2012-09-11 | 2 | -800/+0 |
* | remove winner_tree.* | Peng Wu | 2012-09-11 | 2 | -291/+0 |
* | turn off dump functions | Peng Wu | 2012-09-11 | 1 | -2/+2 |
* | use pinyin lookup2 | Peng Wu | 2012-09-11 | 3 | -9/+5 |
* | fixes a typo | Peng Wu | 2012-09-11 | 1 | -1/+1 |
* | write pinyin_lookup2.* | Peng Wu | 2012-09-11 | 2 | -2/+195 |
* | write get_best_match | Peng Wu | 2012-09-11 | 1 | -0/+143 |
* | fixes get_best_match | Peng Wu | 2012-09-10 | 1 | -5/+7 |
* | write search_unigram2 and search_bigram2 | Peng Wu | 2012-09-10 | 2 | -5/+105 |
* | write get_best_match | Peng Wu | 2012-09-10 | 1 | -0/+67 |
* | begin to write pinyin lookup2 | Peng Wu | 2012-09-10 | 1 | -0/+22 |