Uses of Class
opennlp.tools.formats.brat.BratAnnotation
-
Packages that use BratAnnotation Package Description opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat). -
-
Uses of BratAnnotation in opennlp.tools.formats.brat
Subclasses of BratAnnotation in opennlp.tools.formats.brat Modifier and Type Class Description classAnnotatorNoteAnnotationclassAttributeAnnotationclassEventAnnotationclassRelationAnnotationclassSpanAnnotationMethods in opennlp.tools.formats.brat that return BratAnnotation Modifier and Type Method Description BratAnnotationBratDocument. getAnnotation(String id)BratAnnotationBratAnnotationStream. read()Methods in opennlp.tools.formats.brat that return types with arguments of type BratAnnotation Modifier and Type Method Description Collection<BratAnnotation>BratDocument. getAnnotations()Constructor parameters in opennlp.tools.formats.brat with type arguments of type BratAnnotation Constructor Description BratDocument(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations)
-