Uses of Class
opennlp.tools.formats.brat.AnnotationConfiguration
Packages that use AnnotationConfiguration
Package
Description
Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
-
Uses of AnnotationConfiguration in opennlp.tools.formats.brat
Methods in opennlp.tools.formats.brat that return AnnotationConfigurationModifier and TypeMethodDescriptionBratDocument.getConfig()
static AnnotationConfiguration
static AnnotationConfiguration
AnnotationConfiguration.parse
(InputStream in) Methods in opennlp.tools.formats.brat with parameters of type AnnotationConfigurationModifier and TypeMethodDescriptionstatic BratDocument
BratDocument.parseDocument
(AnnotationConfiguration config, String id, InputStream txtIn, InputStream annIn) Constructors in opennlp.tools.formats.brat with parameters of type AnnotationConfigurationModifierConstructorDescriptionBratDocument
(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations) BratDocumentStream
(AnnotationConfiguration config, File bratCorpusDirectory, boolean searchRecursive, FileFilter fileFilter) Creates aBratDocumentStream
which reads the documents from the given input directory.