Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | write aux functions for pinyin lookup2 | Peng Wu | 2012-09-10 | 1 | -0/+64 |
* | add dump methods | Peng Wu | 2012-09-08 | 1 | -0/+40 |
* | fixes compile | Peng Wu | 2012-09-07 | 2 | -0/+8 |
* | begin to write pinyin_lookup2.cpp | Peng Wu | 2012-09-07 | 1 | -0/+80 |
* | write pinyin_lookup2.h | Peng Wu | 2012-09-07 | 1 | -0/+236 |
* | remove phrase_large_table.* | Peng Wu | 2012-09-04 | 2 | -685/+0 |
* | remove facade_phrase_table.h | Peng Wu | 2012-09-04 | 1 | -154/+0 |
* | add clear_ranges/clear_tokens back | Peng Wu | 2012-09-04 | 1 | -0/+36 |
* | add assert to get_first_token | Peng Wu | 2012-09-04 | 1 | -0/+3 |
* | fixes phrase_index.h | Peng Wu | 2012-09-03 | 1 | -2/+0 |
* | update Makefile.am | Peng Wu | 2012-09-03 | 1 | -3/+0 |
* | update gen_deleted_ngram.cpp | Peng Wu | 2012-09-03 | 1 | -1/+1 |
* | fixes test_phrase_table.cpp | Peng Wu | 2012-09-03 | 1 | -1/+1 |
* | update tag utility | Peng Wu | 2012-09-03 | 2 | -6/+17 |
* | update pinyin.cpp to use phrase table ver2 | Peng Wu | 2012-09-03 | 2 | -9/+30 |
* | update PhraseLookup | Peng Wu | 2012-09-03 | 2 | -8/+30 |
* | fixes facade_phrase_table2.h | Peng Wu | 2012-09-03 | 1 | -2/+2 |
* | write get_first_token | Peng Wu | 2012-09-03 | 1 | -0/+20 |
* | write prepare/destroy tokens | Peng Wu | 2012-09-01 | 1 | -0/+41 |
* | refactor stl_lite.h | Peng Wu | 2012-09-01 | 1 | -275/+12 |
* | fixes PinyinLookup::search_unigram | Peng Wu | 2012-09-01 | 1 | -2/+2 |
* | drop FacadePhraseIndex::clear_ranges method | Peng Wu | 2012-08-31 | 1 | -18/+0 |
* | fixes a typo | Peng Wu | 2012-08-31 | 1 | -2/+2 |
* | write facade_phrase_table2.h | Peng Wu | 2012-08-30 | 4 | -7/+170 |