Verwendungen von Klasse
opennlp.tools.formats.brat.AnnotationConfiguration
Packages, die AnnotationConfiguration verwenden
Package
Beschreibung
Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
-
Verwendungen von AnnotationConfiguration in opennlp.tools.formats.brat
Methoden in opennlp.tools.formats.brat, die AnnotationConfiguration zurückgebenModifizierer und TypMethodeBeschreibungBratDocument.getConfig()static AnnotationConfigurationstatic AnnotationConfigurationAnnotationConfiguration.parse(InputStream in) Methoden in opennlp.tools.formats.brat mit Parametern vom Typ AnnotationConfigurationModifizierer und TypMethodeBeschreibungstatic BratDocumentBratDocument.parseDocument(AnnotationConfiguration config, String id, InputStream txtIn, InputStream annIn) Konstruktoren in opennlp.tools.formats.brat mit Parametern vom Typ AnnotationConfigurationModifiziererKonstruktorBeschreibungBratDocument(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.