edu.umn.cs.nlp.mt.chiang2007
Class MERTHypothesisGenerator

java.lang.Object
  extended by edu.umn.cs.nlp.mt.chiang2007.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(Parser parser, String[] developmentSetSentences, int numberOfThreads)
           
 
Method Summary
 ExecutorService getExecutorService()
           
 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(Parser parser,
                               String[] developmentSetSentences,
                               int numberOfThreads)
Method Detail

getExecutorService

public ExecutorService getExecutorService()

getHypotheses

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

printDecoderParameters

public String printDecoderParameters(double[] lambda)