Uses of Class
com.acumenvelocity.ath.mt.confidence.VertexDataStructures.ScoredTranslation
-
Packages that use VertexDataStructures.ScoredTranslation Package Description com.acumenvelocity.ath.mt.confidence -
-
Uses of VertexDataStructures.ScoredTranslation in com.acumenvelocity.ath.mt.confidence
Methods in com.acumenvelocity.ath.mt.confidence that return types with arguments of type VertexDataStructures.ScoredTranslation Modifier and Type Method Description List<VertexDataStructures.ScoredTranslation>VertexDataStructures.ScoredSegmentTranslations. getScoredTranslations()Constructor parameters in com.acumenvelocity.ath.mt.confidence with type arguments of type VertexDataStructures.ScoredTranslation Constructor Description ScoredSegmentTranslations(int segmentId, String sourceText, net.sf.okapi.common.resource.TextFragment sourceTf, List<VertexDataStructures.ScoredTranslation> scoredTranslations)
-