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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCoveredText()Span[]getSpans()StringtoString()- 
Methods inherited from class opennlp.tools.formats.brat.BratAnnotationgetId, getNote, getType, setNote
 
- 
 
- 
- 
- 
Method Detail- 
getSpanspublic Span[] getSpans() 
 - 
getCoveredTextpublic String getCoveredText() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BratAnnotation
 
 
- 
 
-