Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes compile for gen k mixture model | Peng Wu | 2011-05-09 | 2 | -11/+20 |
| | |||||
* | begin to write gen k mixture model | Peng Wu | 2011-05-09 | 1 | -0/+104 |
| | |||||
* | fixes linebuf | Peng Wu | 2011-05-09 | 2 | -5/+8 |
| | |||||
* | fixes cmd line options for gen_deleted_ngram | Peng Wu | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | refine gen ngram | Peng Wu | 2011-05-05 | 3 | -7/+140 |
| | |||||
* | add cmd line options to prune k mixture model | Peng Wu | 2011-05-05 | 2 | -10/+25 |
| | |||||
* | refine attach method in flexible n-gram | Peng Wu | 2011-05-05 | 6 | -15/+24 |
| | |||||
* | wrote prune k mixture model | Peng Wu | 2011-05-04 | 1 | -0/+105 |
| | |||||
* | begin to write prune k mixture model | Peng Wu | 2011-05-04 | 2 | -1/+15 |
| | |||||
* | refine k mixture model | Peng Wu | 2011-05-04 | 1 | -3/+10 |
| | |||||
* | 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 | 5 | -15/+70 |
| | |||||
* | fixes source code file permissions | Peng Wu | 2011-05-03 | 5 | -0/+0 |
| | |||||
* | use errno | Peng Wu | 2011-04-28 | 10 | -26/+46 |
| | |||||
* | add options to estimate k mixture model | Peng Wu | 2011-04-28 | 2 | -5/+36 |
| | |||||
* | wrote estimate k mixture model | Peng Wu | 2011-04-28 | 2 | -0/+57 |
| | |||||
* | add remove method to flexible n-gram | Peng Wu | 2011-04-27 | 3 | -2/+26 |
| | |||||
* | write compute interpolation for flexible bi-gram | Peng Wu | 2011-04-27 | 1 | -0/+61 |
| | |||||
* | fixes code style | Peng Wu | 2011-04-27 | 1 | -4/+4 |
| | |||||
* | begin to write estimate k mixture model parameters | Peng Wu | 2011-04-27 | 3 | -1/+15 |
| | |||||
* | clear retval for flexible n-gram | Peng Wu | 2011-04-27 | 1 | -0/+8 |
| | |||||
* | add magic number for k mixture model | Peng Wu | 2011-04-27 | 1 | -0/+3 |
| | |||||
* | fixes import interpolation | Peng Wu | 2011-04-25 | 1 | -3/+8 |
| | |||||
* | define k mixture model bi-gram | Peng Wu | 2011-04-25 | 1 | -0/+41 |
| | |||||
* | add flexible_ngram.h and k_mixture_model.h to Makefile.am | Peng Wu | 2011-04-21 | 2 | -1/+4 |
| | |||||
* | add test cases to bi-gram | Peng Wu | 2011-04-20 | 1 | -0/+5 |
| | |||||
* | add load/save bi-gram db | Peng Wu | 2011-04-20 | 1 | -14/+99 |
| | |||||
* | add an assert to bi-gram | Peng Wu | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | add more test cases | Peng Wu | 2011-04-19 | 3 | -12/+5 |
| | |||||
* | fixes phrase large table | Peng Wu | 2011-04-19 | 1 | -0/+3 |
| | |||||
* | add asserts to gen ngram | Peng Wu | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | refine bigram load | Peng Wu | 2011-04-18 | 1 | -4/+4 |
| | |||||
* | fixes test phrase table. | Peng Wu | 2011-04-18 | 1 | -2/+5 |
| | |||||
* | use new bi-gram | Peng Wu | 2011-04-18 | 7 | -94/+68 |
| | |||||
* | refine bi-gram | Peng Wu | 2011-04-18 | 4 | -12/+26 |
| | |||||
* | refine bi-gram | Peng Wu | 2011-04-18 | 2 | -111/+80 |
| | |||||
* | add more test cases for n-gram | Peng Wu | 2011-04-18 | 2 | -7/+11 |
| | |||||
* | add insert/remove array item to flexible bi-gram | Peng Wu | 2011-04-18 | 2 | -14/+68 |
| | |||||
* | refine insert/set freq | Peng Wu | 2011-04-18 | 4 | -8/+13 |
| | |||||
* | add insert/remove freq to bi-gram | Peng Wu | 2011-04-18 | 2 | -15/+71 |
| | |||||
* | add more test cases for get/set array header | Peng Wu | 2011-04-15 | 1 | -1/+15 |
| | |||||
* | add get/set array header to flexible bi-gram | Peng Wu | 2011-04-15 | 2 | -3/+63 |
| | |||||
* | write k mixture model | Peng Wu | 2011-04-13 | 1 | -0/+110 |
| | |||||
* | fixes a warning | Peng Wu | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | add test case | Peng Wu | 2011-04-08 | 3 | -56/+102 |
| | |||||
* | add test case for flexible ngram | Peng Wu | 2011-04-07 | 4 | -2/+14 |
| | |||||
* | write flexible n-gram | Peng Wu | 2011-04-07 | 1 | -6/+130 |
| | |||||
* | add get/set array item methods | Peng Wu | 2011-04-06 | 1 | -2/+58 |
| | |||||
* | add retrieve all and search methods | Peng Wu | 2011-04-06 | 1 | -2/+47 |
| |