Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add namespace pinyin | Peng Wu | 2011-08-30 | 3 | -0/+15 |
* | install public headers only | Peng Wu | 2011-08-30 | 4 | -14/+22 |
* | switch to pinyin internal library | Peng Wu | 2011-08-30 | 2 | -0/+27 |
* | add pinyin internal header | Peng Wu | 2011-08-30 | 5 | -16/+60 |
* | add extern "C" | Peng Wu | 2011-08-30 | 2 | -2/+5 |
* | move pinyin custom settings to pinyin_custom.h | Peng Wu | 2011-08-30 | 5 | -94/+145 |
* | switch berkeley db to memory db | Peng Wu | 2011-08-30 | 1 | -1/+4 |
* | add test phrase | Peng Wu | 2011-08-29 | 2 | -5/+6 |
* | add pinyin apis | Peng Wu | 2011-08-29 | 2 | -2/+32 |
* | improve pinyin parser | Peng Wu | 2011-08-29 | 2 | -2/+4 |
* | fixes compile with c++0x | Peng Wu | 2011-08-24 | 4 | -8/+8 |
* | fixes code style in src/include | Peng Wu | 2011-08-23 | 2 | -13/+13 |
* | write test pinyin | Peng Wu | 2011-08-23 | 1 | -0/+1 |
* | fixes phrase index logger | Peng Wu | 2011-08-22 | 3 | -5/+5 |
* | write test case for phrase index logger | Peng Wu | 2011-08-22 | 2 | -6/+65 |
* | public pinyin apis | Peng Wu | 2011-08-18 | 2 | -4/+36 |
* | write get candidates | Peng Wu | 2011-08-18 | 3 | -14/+49 |
* | write pinyin apis | Peng Wu | 2011-08-18 | 1 | -3/+80 |
* | pinyin apis WIP | Peng Wu | 2011-08-17 | 1 | -6/+125 |
* | pinyin apis WIP | Peng Wu | 2011-08-16 | 1 | -3/+32 |
* | pinyin apis write in progress | Peng Wu | 2011-08-16 | 1 | -12/+57 |
* | refine pinyin parser | Peng Wu | 2011-08-16 | 1 | -4/+5 |
* | write pinyin apis in progress | Peng Wu | 2011-08-16 | 1 | -3/+19 |
* | revise pinyin apis | Peng Wu | 2011-08-15 | 1 | -7/+17 |
* | change uni-gram computing from float to double in phrase and pinyin lookup | Peng Wu | 2011-08-15 | 2 | -10/+11 |
* | refine cmake files | Peng Wu | 2011-08-12 | 3 | -6/+6 |
* | Add cmake scripts. | BYVoid | 2011-08-12 | 4 | -0/+132 |
* | write phrase index logger0.2.99 | Peng Wu | 2011-08-10 | 2 | -4/+31 |
* | write phrase index logger format in progress | Peng Wu | 2011-08-10 | 3 | -11/+93 |
* | write phrase index logger in progress | Peng Wu | 2011-08-10 | 4 | -6/+45 |
* | refine remove record | Peng Wu | 2011-08-09 | 1 | -3/+14 |
* | write the phrase index logger | Peng Wu | 2011-08-09 | 4 | -1/+194 |
* | refine pinyin.cpp | Peng Wu | 2011-08-09 | 2 | -0/+3 |
* | fixes tag utility with namespace | Peng Wu | 2011-08-08 | 2 | -5/+8 |
* | refine namespace pinyin | Peng Wu | 2011-08-08 | 19 | -27/+39 |
* | refine MatchResults/TokenVector | Peng Wu | 2011-08-08 | 3 | -3/+4 |
* | refine pinyin.h | Peng Wu | 2011-08-08 | 2 | -0/+61 |
* | add Ge<=>Ke fuzzy pinyin | Peng Wu | 2011-08-08 | 3 | -5/+12 |
* | make libpinyin installable | Peng Wu | 2011-08-05 | 4 | -8/+16 |
* | add notes | Peng Wu | 2011-07-25 | 1 | -0/+4 |
* | add class destructor to phrase lookup | Peng Wu | 2011-07-20 | 1 | -0/+17 |
* | fixes a typo | Peng Wu | 2011-05-25 | 1 | -1/+1 |
* | fixes tag utility cpp | Peng Wu | 2011-05-24 | 1 | -2/+3 |
* | move tag utility to src/storage | Peng Wu | 2011-05-20 | 4 | -7/+467 |
* | add berkeley db sync | Peng Wu | 2011-05-13 | 2 | -0/+2 |
* | fixes a typo in the load method of flexible ngram | Peng Wu | 2011-05-10 | 1 | -3/+5 |
* | refine attach method in flexible n-gram | Peng Wu | 2011-05-05 | 3 | -11/+20 |
* | polish flexible n-gram | Peng Wu | 2011-05-03 | 1 | -5/+3 |
* | fixes some error | Peng Wu | 2011-05-03 | 1 | -4/+1 |
* | add flexible n-gram signature check | Peng Wu | 2011-05-03 | 2 | -8/+64 |