Uses of Class
net.sf.okapi.common.Range
-
Packages that use Range Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.lib.segmentation Interfaces and classes for segmentation handling.net.sf.okapi.lib.terminology net.sf.okapi.lib.terminology.simpletb net.sf.okapi.steps.tokenization -
-
Uses of Range in net.sf.okapi.common
Methods in net.sf.okapi.common that return Range Modifier and Type Method Description RangeISegmenter. getNextSegmentRange(TextContainer container)Compute the range of the next segment for a given TextContainer object.Methods in net.sf.okapi.common that return types with arguments of type Range Modifier and Type Method Description static List<Range>RegexUtil. getQuotedAreas(String regex)List<Range>ISegmenter. getRanges()Gets the list off all segments ranges calculated when callingISegmenter.computeSegments(String), orISegmenter.computeSegments(TextContainer).Methods in net.sf.okapi.common with parameters of type Range Modifier and Type Method Description booleanRange. contains(Range range)Returns true if the range contains a given range within its bounds.booleanRange. intersectsWith(Range range)Returns true if the range intersects with a given range. -
Uses of Range in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return Range Modifier and Type Method Description RangeGenericContent. getCodedTextPosition(Range position)Gets the matching position in the coded text string of a given position in the generic text output.Methods in net.sf.okapi.common.filterwriter with parameters of type Range Modifier and Type Method Description RangeGenericContent. getCodedTextPosition(Range position)Gets the matching position in the coded text string of a given position in the generic text output. -
Uses of Range in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as Range Modifier and Type Field Description RangeAnnotatedSpan. rangeThe start and end positions of the span of text in the original coded text.Methods in net.sf.okapi.common.resource that return types with arguments of type Range Modifier and Type Method Description List<Range>ISegments. getRanges()Gets the list of the boundaries for the current segments in this container.List<Range>ISegments. getRanges(boolean keepCodeIds)Gets the list of the boundaries for the current segments in this container.List<Range>Segments. getRanges()List<Range>Segments. getRanges(boolean keepCodeIds)Method parameters in net.sf.okapi.common.resource with type arguments of type Range Modifier and Type Method Description intISegments. create(List<Range> ranges)Helper method to create segments without empty segments.intISegments. create(List<Range> ranges, boolean allowEmptySegments)Creates a set of segments in this container.intISegments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)intSegments. create(List<Range> ranges)intSegments. create(List<Range> ranges, boolean allowEmptySegments)intSegments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)voidISegments. joinAll(List<Range> ranges)Merges back together all segments of this TextContainer object, and clear the list of segments.voidSegments. joinAll(List<Range> ranges) -
Uses of Range in net.sf.okapi.lib.segmentation
Methods in net.sf.okapi.lib.segmentation that return Range Modifier and Type Method Description RangeSRXSegmenter. getNextSegmentRange(TextContainer container)Methods in net.sf.okapi.lib.segmentation that return types with arguments of type Range Modifier and Type Method Description List<Range>SRXSegmenter. getRanges() -
Uses of Range in net.sf.okapi.lib.terminology
Fields in net.sf.okapi.lib.terminology declared as Range Modifier and Type Field Description RangeTermHit. range -
Uses of Range in net.sf.okapi.lib.terminology.simpletb
Methods in net.sf.okapi.lib.terminology.simpletb with parameters of type Range Modifier and Type Method Description static booleanSimpleTB. isValidMatch(StringBuilder text, String stringToMatch, Range location, boolean betweenCodes)Searches for a given string in a text. -
Uses of Range in net.sf.okapi.steps.tokenization
Methods in net.sf.okapi.steps.tokenization that return Range Modifier and Type Method Description RangeToken. getRange()
-