Package opennlp.tools.formats.brat
Class SpanAnnotation
- java.lang.Object
-
- opennlp.tools.formats.brat.BratAnnotation
-
- opennlp.tools.formats.brat.SpanAnnotation
-
public class SpanAnnotation extends BratAnnotation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCoveredText()
Span[]
getSpans()
String
toString()
-
Methods inherited from class opennlp.tools.formats.brat.BratAnnotation
getId, getNote, getType, setNote
-
-
-
-
Method Detail
-
getSpans
public Span[] getSpans()
-
getCoveredText
public String getCoveredText()
-
toString
public String toString()
- Overrides:
toString
in classBratAnnotation
-
-