Uses of Class
net.sf.okapi.common.resource.AnnotatedSpan
-
Packages that use AnnotatedSpan Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of AnnotatedSpan in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return types with arguments of type AnnotatedSpan Modifier and Type Method Description List<AnnotatedSpan>TextFragment. getAnnotatedSpans(String type)Gets the list of all spans of text annotated with a given type of annotation.
-