Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update pinyin.cpp | Peng Wu | 2012-05-16 | 1 | -29/+5 | |
| | ||||||
* | polish phrase_index.h | Peng Wu | 2012-05-16 | 1 | -9/+9 | |
| | ||||||
* | update test_chewing_table.cpp | Peng Wu | 2012-05-16 | 1 | -10/+6 | |
| | ||||||
* | write FacadePhraseIndex::clear_ranges | Peng Wu | 2012-05-16 | 1 | -0/+17 | |
| | ||||||
* | add methods to FacadePhraseIndex | Peng Wu | 2012-05-15 | 1 | -0/+37 | |
| | ||||||
* | update test_pinyin | Peng Wu | 2012-05-08 | 1 | -1/+2 | |
| | ||||||
* | improves _get_previous_token | Peng Wu | 2012-05-08 | 1 | -0/+23 | |
| | ||||||
* | add comments | Peng Wu | 2012-04-28 | 1 | -0/+20 | |
| | ||||||
* | write pinyin_choose_full_pinyin_candidate | Peng Wu | 2012-04-27 | 1 | -0/+39 | |
| | ||||||
* | fixes a typo | Peng Wu | 2012-04-25 | 1 | -1/+2 | |
| | ||||||
* | fixes _remove_duplicated_items | Peng Wu | 2012-04-25 | 1 | -4/+7 | |
| | ||||||
* | fixes pinyin_get_full_pinyin_candidates | Peng Wu | 2012-04-25 | 2 | -7/+15 | |
| | ||||||
* | update test_pinyin | Peng Wu | 2012-04-25 | 1 | -0/+23 | |
| | ||||||
* | refine _try_resplit_table | Peng Wu | 2012-04-24 | 1 | -43/+21 | |
| | ||||||
* | write _try_resplit_table | Peng Wu | 2012-04-24 | 2 | -8/+167 | |
| | ||||||
* | remove maximum forward match pass in full pinyin parser | Peng Wu | 2012-04-24 | 1 | -45/+0 | |
| | ||||||
* | refine ngseg | Peng Wu | 2012-04-24 | 1 | -33/+22 | |
| | ||||||
* | fixes comment | Peng Wu | 2012-04-23 | 1 | -1/+1 | |
| | ||||||
* | write retrieve table items in progress | Peng Wu | 2012-04-23 | 3 | -28/+101 | |
| | ||||||
* | polish code | Peng Wu | 2012-04-20 | 2 | -5/+7 | |
| | ||||||
* | refine retrieve_divided_item | Peng Wu | 2012-04-19 | 3 | -14/+7 | |
| | ||||||
* | write _try_divided_table | Peng Wu | 2012-04-19 | 1 | -74/+89 | |
| | ||||||
* | write pinyin_get_full_pinyin_candidates in progress | Peng Wu | 2012-04-19 | 1 | -6/+35 | |
| | ||||||
* | extract _append_items method | Peng Wu | 2012-04-19 | 1 | -30/+42 | |
| | ||||||
* | re-factor get candidates | Peng Wu | 2012-04-19 | 1 | -86/+65 | |
| | ||||||
* | write pinyin_get_full_pinyin_candidates in progress | Peng Wu | 2012-04-18 | 3 | -6/+192 | |
| | ||||||
* | remove old codes in pinyin_lookup.cpp | Peng Wu | 2012-04-18 | 1 | -81/+1 | |
| | ||||||
* | remove FullPinyinParser2::post_process | Peng Wu | 2012-04-18 | 1 | -71/+0 | |
| | ||||||
* | refine pinyin_get_candidates | Peng Wu | 2012-04-17 | 1 | -43/+15 | |
| | ||||||
* | write _get_previous_token | Peng Wu | 2012-04-17 | 1 | -36/+29 | |
| | ||||||
* | remove old code | Peng Wu | 2012-04-17 | 1 | -124/+0 | |
| | ||||||
* | begin to write pinyin_get_full_pinyin_candidates | Peng Wu | 2012-04-17 | 1 | -7/+122 | |
| | ||||||
* | update pinyin_choose_candidate | Peng Wu | 2012-04-17 | 2 | -2/+2 | |
| | ||||||
* | update libpinyin.ver | Peng Wu | 2012-04-17 | 1 | -0/+2 | |
| | ||||||
* | refine candidate api | Peng Wu | 2012-04-17 | 2 | -8/+21 | |
| | ||||||
* | re-factor pinyin_get_candidates | Peng Wu | 2012-04-17 | 1 | -25/+34 | |
| | ||||||
* | begin to write initial fuzzy pinyin support | Peng Wu | 2012-04-16 | 1 | -0/+24 | |
| | ||||||
* | add m_raw_full_pinyin to pinyin_instance_t | Peng Wu | 2012-04-16 | 2 | -0/+7 | |
| | ||||||
* | add DYNAMIC_ADJUST flag | Peng Wu | 2012-04-10 | 2 | -25/+35 | |
| | ||||||
* | fixes compile | Peng Wu | 2012-04-09 | 1 | -4/+3 | |
| | ||||||
* | improves pinyin_get_candidates | Peng Wu | 2012-04-09 | 1 | -6/+184 | |
| | ||||||
* | fixes post_process2 | Peng Wu | 2012-03-30 | 1 | -2/+8 | |
| | ||||||
* | write post_process2 | Peng Wu | 2012-03-30 | 2 | -4/+89 | |
| | ||||||
* | begin to write post_process2 | Peng Wu | 2012-03-29 | 2 | -3/+12 | |
| | ||||||
* | update generated pinyin parser table header | Peng Wu | 2012-03-29 | 1 | -102/+102 | |
| | ||||||
* | update special table | Peng Wu | 2012-03-29 | 2 | -12/+9 | |
| | ||||||
* | update comments | Peng Wu | 2012-03-27 | 1 | -4/+10 | |
| | ||||||
* | bump version 0.5.92 | Peng Wu | 2012-03-23 | 3 | -5/+13 | |
| | ||||||
* | update comments | Peng Wu | 2012-03-22 | 2 | -5/+52 | |
| | ||||||
* | update validate_constraint method | Peng Wu | 2012-03-22 | 1 | -7/+7 | |
| |