Uses of Class
opennlp.tools.formats.brat.AnnotationConfiguration
-
Packages that use AnnotationConfiguration Package Description opennlp.tools.formats.brat -
-
Uses of AnnotationConfiguration in opennlp.tools.formats.brat
Methods in opennlp.tools.formats.brat that return AnnotationConfiguration Modifier and Type Method Description AnnotationConfiguration
BratDocument. getConfig()
static AnnotationConfiguration
AnnotationConfiguration. parse(File annConfigFile)
static AnnotationConfiguration
AnnotationConfiguration. parse(InputStream in)
Methods in opennlp.tools.formats.brat with parameters of type AnnotationConfiguration Modifier and Type Method Description static BratDocument
BratDocument. parseDocument(AnnotationConfiguration config, String id, InputStream txtIn, InputStream annIn)
Constructors in opennlp.tools.formats.brat with parameters of type AnnotationConfiguration Constructor Description BratDocument(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations)
BratDocumentStream(AnnotationConfiguration config, File bratCorpusDirectory, boolean searchRecursive, FileFilter fileFilter)
Creates a BratDocumentStream which reads the documents from the given input directory.
-