Uses of Class
opennlp.tools.formats.brat.BratAnnotation
Packages that use BratAnnotation
-
Uses of BratAnnotation in opennlp.tools.formats.brat
Subclasses of BratAnnotation in opennlp.tools.formats.bratModifier and TypeClassDescriptionclassclassclassclassclassClasses in opennlp.tools.formats.brat that implement interfaces with type arguments of type BratAnnotationModifier and TypeClassDescriptionclassReads the annotations from the brat.annannotation file.Methods in opennlp.tools.formats.brat that return BratAnnotationModifier and TypeMethodDescriptionBratDocument.getAnnotation(String id) BratAnnotationStream.read()Methods in opennlp.tools.formats.brat that return types with arguments of type BratAnnotationConstructor parameters in opennlp.tools.formats.brat with type arguments of type BratAnnotationModifierConstructorDescriptionBratDocument(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations)