Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.BLEU Member List
This is the complete list of members for joshua.decoder.BLEU, including all inherited members.
computeBleu(int hypLen, double refLen, int[] numNgramMatch, int bleuOrder)joshua.decoder.BLEU [static]
computeEffectiveLen(int[] refLens, boolean useShortestRef)joshua.decoder.BLEU [static]
computeLinearCorpusGain(double[] linearCorpusGainThetas, String[] refSents, String hypSent)joshua.decoder.BLEU [static]
computeLinearCorpusGain(double[] linearCorpusGainThetas, int hypLength, Map< String, Integer > hypNgramTable, Map< String, Integer > referenceNgramTable)joshua.decoder.BLEU [static]
computeLinearCorpusThetas(int numUnigramTokens, double unigramPrecision, double decayRatio)joshua.decoder.BLEU [static]
computeMaxRefCountTbl(List< HashMap< String, Integer >> listRefNgramTbl)joshua.decoder.BLEU [static]
computeNgramMatches(String[] refSents, String hypSent)joshua.decoder.BLEU [static]
computeNgramMatches(int hypLength, Map< String, Integer > hypNgramTable, Map< String, Integer > referenceNgramTable, int highestOrder)joshua.decoder.BLEU [static]
computeSentenceBleu(String[] refSents, String hypSent)joshua.decoder.BLEU [static]
computeSentenceBleu(String[] refSents, String hypSent, boolean doNgramClip, int bleuOrder, boolean useShortestRef)joshua.decoder.BLEU [static]
computeSentenceBleu(double effectiveRefLen, HashMap< String, Integer > maxRefCountTbl, int hypLen, HashMap< String, Integer > hypNgramTbl, boolean doNgramClip, int bleuOrder)joshua.decoder.BLEU [static]
computeSentenceBleu(String refSent, String hypSent, boolean doNgramClip, int bleuOrder)joshua.decoder.BLEU [static]
computeSentenceBleu(int refLen, HashMap< String, Integer > refNgramTbl, int hypLen, HashMap< String, Integer > hypNgramTbl, boolean doNgramClip, int bleuOrder)joshua.decoder.BLEU [static]
constructMaxRefCountTable(String[] refSents, int bleuOrder)joshua.decoder.BLEU [static]
constructNgramTable(String sentence, int bleuOrder)joshua.decoder.BLEU [static]