Uses of Class
net.sf.okapi.steps.repetitionanalysis.SegmentInfo
-
-
Uses of SegmentInfo in net.sf.okapi.steps.repetitionanalysis
Methods in net.sf.okapi.steps.repetitionanalysis that return SegmentInfo Modifier and Type Method Description SegmentInfoRepetitiveSegmentAnnotation. getInfo()Methods in net.sf.okapi.steps.repetitionanalysis that return types with arguments of type SegmentInfo Modifier and Type Method Description Map<SegmentInfo,Float>RepetitiveSegmentAnnotation. getMap()Methods in net.sf.okapi.steps.repetitionanalysis with parameters of type SegmentInfo Modifier and Type Method Description voidRepetitiveSegmentAnnotation. setInfo(SegmentInfo info)Method parameters in net.sf.okapi.steps.repetitionanalysis with type arguments of type SegmentInfo Modifier and Type Method Description voidRepetitiveSegmentAnnotation. setMap(Map<SegmentInfo,Float> map)Constructors in net.sf.okapi.steps.repetitionanalysis with parameters of type SegmentInfo Constructor Description RepetitiveSegmentAnnotation(SegmentInfo info, List<net.sf.okapi.tm.pensieve.common.TmHit> hits)RepetitiveSegmentAnnotation(SegmentInfo info, Map<SegmentInfo,Float> map)Constructor parameters in net.sf.okapi.steps.repetitionanalysis with type arguments of type SegmentInfo Constructor Description RepetitiveSegmentAnnotation(SegmentInfo info, Map<SegmentInfo,Float> map)
-