Class VertexDataStructures.ScoredSegmentTranslations
- java.lang.Object
-
- com.acumenvelocity.ath.mt.confidence.VertexDataStructures.ScoredSegmentTranslations
-
- Enclosing class:
- VertexDataStructures
public static class VertexDataStructures.ScoredSegmentTranslations extends Object
-
-
Constructor Summary
Constructors Constructor Description ScoredSegmentTranslations(int segmentId, String sourceText, net.sf.okapi.common.resource.TextFragment sourceTf, List<VertexDataStructures.ScoredTranslation> scoredTranslations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VertexDataStructures.ScoredTranslation>getScoredTranslations()intgetSegmentId()StringgetSourceText()net.sf.okapi.common.resource.TextFragmentgetSourceTf()
-
-
-
Constructor Detail
-
ScoredSegmentTranslations
public ScoredSegmentTranslations(int segmentId, String sourceText, net.sf.okapi.common.resource.TextFragment sourceTf, List<VertexDataStructures.ScoredTranslation> scoredTranslations)
-
-
Method Detail
-
getSegmentId
public int getSegmentId()
-
getSourceText
public String getSourceText()
-
getScoredTranslations
public List<VertexDataStructures.ScoredTranslation> getScoredTranslations()
-
getSourceTf
public net.sf.okapi.common.resource.TextFragment getSourceTf()
-
-