Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add retrieve all and search methods | Peng Wu | 2011-04-06 | 1 | -2/+47 |
* | add get/set array header methods | Peng Wu | 2011-04-06 | 1 | -2/+11 |
* | refine code | Peng Wu | 2011-04-06 | 1 | -4/+4 |
* | begin to write flexible single gram | Peng Wu | 2011-04-06 | 2 | -5/+13 |
* | add license | Peng Wu | 2011-04-02 | 1 | -0/+21 |
* | refine code | Peng Wu | 2011-04-02 | 3 | -6/+16 |
* | refine ngram header | Peng Wu | 2011-03-31 | 1 | -8/+15 |
* | design flexible bi-gram | Peng Wu | 2011-03-31 | 1 | -0/+78 |
* | rename namespace from novel to pinyin | Peng Wu | 2011-03-31 | 12 | -25/+27 |
* | refine ngram header | Peng Wu | 2011-03-31 | 1 | -9/+10 |
* | fixes a bug in phrase lookup | Peng Wu | 2010-11-09 | 1 | -7/+7 |
* | fixes a typo | Peng Wu | 2010-11-09 | 1 | -1/+1 |
* | Revert "re-factor code" | Peng Wu | 2010-11-08 | 2 | -2/+4 |
* | re-factor code | Peng Wu | 2010-11-08 | 2 | -4/+2 |
* | fixes a typo | Peng Wu | 2010-11-03 | 1 | -0/+2 |
* | fixes convert to utf8 in phrase lookup | Peng Wu | 2010-11-01 | 1 | -2/+5 |
* | Revert "strength reduce" | Peng Wu | 2010-11-01 | 1 | -2/+1 |
* | re-write convert to utf8 in phrase lookup | Peng Wu | 2010-11-01 | 2 | -8/+21 |
* | write final step for phrase lookup | Peng Wu | 2010-11-01 | 1 | -0/+44 |
* | write search unigram and bigram in phrase lookup | Peng Wu | 2010-11-01 | 1 | -0/+115 |
* | refine phrase lookup header file | Peng Wu | 2010-11-01 | 1 | -3/+3 |
* | strength reduce | Peng Wu | 2010-11-01 | 1 | -1/+2 |
* | fixes compile error | Peng Wu | 2010-11-01 | 1 | -8/+11 |
* | fixes a typo | Peng Wu | 2010-10-29 | 1 | -2/+2 |
* | fixes compile error | Peng Wu | 2010-10-29 | 1 | -7/+8 |
* | write get_best_match for phrase lookup | Peng Wu | 2010-10-29 | 1 | -0/+54 |
* | add comment | Peng Wu | 2010-10-29 | 1 | -1/+2 |
* | write phrase lookup in progress | Peng Wu | 2010-10-29 | 2 | -1/+40 |
* | polish code | Peng Wu | 2010-10-29 | 1 | -0/+1 |
* | add phrase_lookup.cpp | Peng Wu | 2010-10-29 | 3 | -1/+29 |
* | fixes makefiles | Peng Wu | 2010-10-27 | 1 | -1/+1 |
* | move segment and training tools to utils | Peng Wu | 2010-10-27 | 6 | -648/+0 |
* | define the phrase lookup interface | Peng Wu | 2010-10-27 | 1 | -4/+16 |
* | begin to write phrase lookup header | Peng Wu | 2010-10-19 | 3 | -25/+52 |
* | re-factor lookup sub-directory | Peng Wu | 2010-10-18 | 5 | -20/+64 |
* | begin to write phrase lookup header file | Peng Wu | 2010-10-18 | 1 | -0/+21 |
* | fixes pinyin lookup header | Peng Wu | 2010-10-18 | 1 | -2/+2 |
* | fixes compile warning for pinyin_lookup.h | Peng Wu | 2010-10-14 | 2 | -1/+2 |
* | add pinyin.h | Peng Wu | 2010-10-14 | 3 | -0/+20 |
* | add comment to pinyin_lookup.h | Peng Wu | 2010-10-14 | 1 | -0/+36 |
* | fixes issues when rename lookup.h to pinyin_lookup.h | Peng Wu | 2010-10-13 | 5 | -5/+4 |
* | rename lookup.h to pinyin_lookup.h | Peng Wu | 2010-10-13 | 1 | -0/+0 |
* | fixes compile warnings | Peng Wu | 2010-10-11 | 1 | -1/+1 |
* | re-factor phrase large table | Peng Wu | 2010-10-09 | 2 | -35/+46 |
* | re-factor pinyin large table | Peng Wu | 2010-10-09 | 2 | -39/+48 |
* | fixes compile warnings | Peng Wu | 2010-09-14 | 3 | -6/+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 |