Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.NbestMinRiskReranker Member List
This is the complete list of members for joshua.decoder.NbestMinRiskReranker, including all inherited members.
addInLogSemiring(double x, double y, int addMode)joshua.decoder.NbestMinRiskReranker [private, static]
bleuOrderjoshua.decoder.NbestMinRiskReranker [package, static]
computeExpectedGain(int curHypLen, HashMap< String, Integer > curHypNgramTbl, List< HashMap< String, Integer >> ngramTbls, List< Integer > sentLens, List< Double > nbestProbs)joshua.decoder.NbestMinRiskReranker
computeExpectedGain(String curHyp, List< String > nbestHyps, List< Double > nbestProbs)joshua.decoder.NbestMinRiskReranker [static]
computeExpectedLinearCorpusGain(int curHypLen, HashMap< String, Integer > curHypNgramTbl, HashMap< String, Double > posteriorCountsTbl)joshua.decoder.NbestMinRiskReranker [package]
computeNormalizedProbs(List< Double > nbestLogProbs, double scalingFactor)joshua.decoder.NbestMinRiskReranker [static]
doNgramClipjoshua.decoder.NbestMinRiskReranker [package, static]
getGooglePosteriorCounts(List< HashMap< String, Integer >> ngramTbls, List< Double > normalizedProbs, HashMap< String, Double > posteriorCountsTbl)joshua.decoder.NbestMinRiskReranker [package]
main(String[] args)joshua.decoder.NbestMinRiskReranker [static]
NbestMinRiskReranker(boolean produceRerankedNbest, double scalingFactor)joshua.decoder.NbestMinRiskReranker
processOneSent(List< String > nbest, int sentID)joshua.decoder.NbestMinRiskReranker
produceRerankedNbestjoshua.decoder.NbestMinRiskReranker [package]
resultsQueuejoshua.decoder.NbestMinRiskReranker [package]
scalingFactorjoshua.decoder.NbestMinRiskReranker [package]
useGoogleLinearCorpusGainjoshua.decoder.NbestMinRiskReranker [package, static]