edu.umn.cs.nlp.old
Class MERTHypothesisGenerator

java.lang.Object
  extended by edu.umn.cs.nlp.old.MERTHypothesisGenerator

public class MERTHypothesisGenerator
extends Object

Responsible for translating development set sentences during minimum error rate training.

Version:
$LastChangedDate: 2007-09-11 18:51:21 -0500 (Tue, 11 Sep 2007) $
Author:
Lane Schwartz

Constructor Summary
MERTHypothesisGenerator(BilingualTranslationGrammar grammar, String[] developmentSetSentences, int numberOfThreads)
           
 
Method Summary
 Vector<Hypothesis>[] getHypotheses(double[] lambda, int run)
           
 String printDecoderParameters(double[] lambda)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MERTHypothesisGenerator

public MERTHypothesisGenerator(BilingualTranslationGrammar grammar,
                               String[] developmentSetSentences,
                               int numberOfThreads)
Method Detail

getHypotheses

public Vector<Hypothesis>[] getHypotheses(double[] lambda,
                                          int run)

printDecoderParameters

public String printDecoderParameters(double[] lambda)