Uses of Class
opennlp.tools.formats.brat.AnnotationConfiguration
-
Packages that use AnnotationConfiguration Package Description opennlp.tools.formats.brat 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 AnnotationConfiguration Modifier and Type Method Description AnnotationConfigurationBratDocument. getConfig()static AnnotationConfigurationAnnotationConfiguration. parse(File annConfigFile)static AnnotationConfigurationAnnotationConfiguration. parse(InputStream in)Methods in opennlp.tools.formats.brat with parameters of type AnnotationConfiguration Modifier and Type Method Description static BratDocumentBratDocument. 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 aBratDocumentStreamwhich reads the documents from the given input directory.
-