Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | write taglib_read | Peng Wu | 2010-09-30 | 1 | -3/+55 | |
| | ||||||
* | add duplicate entry check in taglib_add_tag | Peng Wu | 2010-09-30 | 2 | -3/+13 | |
| | ||||||
* | fixes a typo | Peng Wu | 2010-09-29 | 1 | -0/+1 | |
| | ||||||
* | write tag lib in progress | Peng Wu | 2010-09-29 | 2 | -16/+119 | |
| | ||||||
* | fixes a typo | Peng Wu | 2010-09-27 | 3 | -1/+4 | |
| | ||||||
* | design tag utility | Peng Wu | 2010-09-27 | 3 | -0/+55 | |
| | ||||||
* | fixes compile warnings | Peng Wu | 2010-09-27 | 1 | -4/+4 | |
| | ||||||
* | fixes compile warnings. | Peng Wu | 2010-09-27 | 1 | -4/+3 | |
| | ||||||
* | re-fine the tag utility header | Peng Wu | 2010-09-21 | 1 | -8/+20 | |
| | ||||||
* | add taglib interface | Peng Wu | 2010-09-17 | 1 | -0/+42 | |
| | ||||||
* | fixes compile warnings | Peng Wu | 2010-09-14 | 3 | -6/+6 | |
| | ||||||
* | add test case for compat method | Peng Wu | 2010-09-14 | 2 | -0/+6 | |
| | ||||||
* | add compat method for phrase index | Peng Wu | 2010-09-14 | 2 | -0/+33 | |
| | ||||||
* | re-factor gen_ngram | Peng Wu | 2010-09-14 | 1 | -33/+13 | |
| | ||||||
* | re-factor gen_unigram | Peng Wu | 2010-09-14 | 2 | -5/+12 | |
| | ||||||
* | rm mmseg from make file | Peng Wu | 2010-09-13 | 1 | -5/+1 | |
| | ||||||
* | rm mmseg | Peng Wu | 2010-09-13 | 1 | -211/+0 | |
| | ||||||
* | fixes mmseg | Peng Wu | 2010-09-13 | 1 | -1/+1 | |
| | ||||||
* | make spseg run | Peng Wu | 2010-09-10 | 1 | -2/+6 | |
| | ||||||
* | write the shortest path segment | Peng Wu | 2010-09-10 | 1 | -2/+108 | |
| | ||||||
* | combine into libpinyin.a | Peng Wu | 2010-09-09 | 8 | -11/+24 | |
| | ||||||
* | WIP of spseg | Peng Wu | 2010-09-09 | 1 | -0/+10 | |
| | ||||||
* | fixes compile errors | Peng Wu | 2010-09-08 | 2 | -5/+11 | |
| | ||||||
* | write shortest path segment in progress | Peng Wu | 2010-09-08 | 1 | -1/+79 | |
| | ||||||
* | begin to add shortest path segment | Peng Wu | 2010-09-07 | 2 | -1/+10 | |
| | ||||||
* | add generating phrase index file | Peng Wu | 2010-09-07 | 1 | -6/+20 | |
| | ||||||
* | add test case | Peng Wu | 2010-09-07 | 1 | -0/+4 | |
| | ||||||
* | add load/store method to phrase table | Peng Wu | 2010-09-06 | 1 | -0/+184 | |
| | ||||||
* | re-factor pinyin table | Peng Wu | 2010-09-06 | 1 | -21/+25 | |
| | ||||||
* | fixes a typo | Peng Wu | 2010-09-02 | 2 | -4/+4 | |
| | ||||||
* | add test case for phrase table | Peng Wu | 2010-09-02 | 2 | -3/+31 | |
| | ||||||
* | add safe check for load_text. | Peng Wu | 2010-09-01 | 2 | -2/+8 | |
| | ||||||
* | begin to write phrase large table test case | Peng Wu | 2010-09-01 | 2 | -7/+56 | |
| | ||||||
* | add test phrase to Makefile.am | Peng Wu | 2010-09-01 | 1 | -0/+5 | |
| | ||||||
* | add load_text to phrase large table | Peng Wu | 2010-09-01 | 2 | -1/+23 | |
| | ||||||
* | fini add/remove index | Peng Wu | 2010-08-31 | 2 | -2/+48 | |
| | ||||||
* | begin to add add_index/remove_index. | Peng Wu | 2010-08-27 | 2 | -2/+93 | |
| | ||||||
* | clean up code | Peng Wu | 2010-08-27 | 1 | -10/+10 | |
| | ||||||
* | fixes a typo | Peng Wu | 2010-08-27 | 2 | -18/+18 | |
| | ||||||
* | fixes search in phrase large table. | Peng Wu | 2010-08-26 | 1 | -0/+2 | |
| | ||||||
* | add search to phrase large table. | Peng Wu | 2010-08-26 | 2 | -2/+40 | |
| | ||||||
* | re-factor pinyin phrase | Peng Wu | 2010-08-26 | 2 | -11/+10 | |
| | ||||||
* | fixes compile errors | Peng Wu | 2010-08-25 | 3 | -5/+11 | |
| | ||||||
* | write phrase large table in progress | Peng Wu | 2010-08-25 | 3 | -10/+154 | |
| | ||||||
* | add phrase large table impl. | Peng Wu | 2010-08-24 | 2 | -6/+35 | |
| | ||||||
* | add license | Peng Wu | 2010-08-24 | 3 | -0/+63 | |
| | ||||||
* | fixes a typo. | Peng Wu | 2010-08-23 | 2 | -6/+6 | |
| | ||||||
* | add phrase large table interface | Peng Wu | 2010-08-23 | 1 | -0/+61 | |
| | ||||||
* | fixes PinyinBitmapIndexLevel | Peng Wu | 2010-08-23 | 2 | -1/+1 | |
| | ||||||
* | add phrase index table interface | Peng Wu | 2010-08-19 | 2 | -4/+49 | |
| |