Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-06-27HypPackEnumerator now stores MiraFeatureVectors, as opposed toColin Cherry
FeatureDataItems. Uses roughly half the memory.
2012-06-27Added debugging info to kbmira.Colin Cherry
2012-05-30xcode build supports threads. move 'using namespace' out from .h file to ↵Hieu Hoang
stop namespace pollution
2012-05-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
Regression tests all check out, and kbmira seems to work fine on a Hansard French->English task. HypPackEnumerator class may be of interest to pro.cpp and future optimizers, as it abstracts a lot of the boilerplate involved in enumerating multiple k-best lists. MiraWeightVector is not really mira-specific - just a weight vector that enables efficient averaging. Could be useful to a perceptron as well. Same goes for MiraFeatureVector. Interaction with sparse features is written, but untested.