Class VertexDataStructures.ScoredTranslation
- java.lang.Object
-
- com.acumenvelocity.ath.mt.confidence.VertexDataStructures.ScoredTranslation
-
- Enclosing class:
- VertexDataStructures
public static class VertexDataStructures.ScoredTranslation extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetCoherenceScore()DoublegetCopyOverlap()DoublegetFluencyScore()DoublegetGroundednessScore()DoublegetLengthRatio()DoublegetMetricXScore()StringgetModelId()StringgetTranslation()
-
-
-
Method Detail
-
getModelId
public String getModelId()
-
getTranslation
public String getTranslation()
-
getMetricXScore
public Double getMetricXScore()
-
getFluencyScore
public Double getFluencyScore()
-
getCoherenceScore
public Double getCoherenceScore()
-
getGroundednessScore
public Double getGroundednessScore()
-
getLengthRatio
public Double getLengthRatio()
-
getCopyOverlap
public Double getCopyOverlap()
-
-