From fd577d7a65cab923b9102d61873a032654d573a1 Mon Sep 17 00:00:00 2001 From: Colin Cherry Date: Tue, 29 May 2012 13:38:57 -0400 Subject: Batch k-best MIRA is written and integrated into mert-moses.pl 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d4493bce1..0d6997e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ mert/extractor mert/mert mert/megam_i686.opt mert/pro +mert/kbmira misc/processLexicalTable misc/processPhraseTable misc/queryLexicalTable -- cgit v1.2.3