Package org.apache.uima.tools.cvd
Class MultiMarkup
java.lang.Object
org.apache.uima.tools.cvd.MultiMarkup
TODO: add type comment for
MultiMarkup.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationExtent[]createAnnotationMarkups(FSIterator it, int textLen, Map<String, Style> styleMap) Creates the annotation markups.static MarkupExtent[]createMarkupExtents(FSIterator it, int textLen) Creates the markup extents.
-
Constructor Details
-
MultiMarkup
public MultiMarkup()
-
-
Method Details
-
createAnnotationMarkups
public static AnnotationExtent[] createAnnotationMarkups(FSIterator it, int textLen, Map<String, Style> styleMap) Creates the annotation markups.- Parameters:
it- the ittextLen- the text lenstyleMap- the style map- Returns:
- the annotation extent[]
-
createMarkupExtents
Creates the markup extents.- Parameters:
it- the ittextLen- the text len- Returns:
- the markup extent[]
-