edu.umn.cs.nlp.mt.chiang2007
Class MERTHypothesisGenerator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MERTHypothesisGenerator
public MERTHypothesisGenerator(Parser parser,
String[] developmentSetSentences,
int numberOfThreads)
getExecutorService
public ExecutorService getExecutorService()
getHypotheses
public Vector<Hypothesis>[] getHypotheses(double[] lambda,
int run)
printDecoderParameters
public String printDecoderParameters(double[] lambda)