Package opennlp.tools.formats.brat
Klasse BratDocument
java.lang.Object
opennlp.tools.formats.brat.BratDocument
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBratDocument
(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetAnnotation
(String id) getId()
getText()
static BratDocument
parseDocument
(AnnotationConfiguration config, String id, InputStream txtIn, InputStream annIn)
-
Konstruktordetails
-
BratDocument
public BratDocument(AnnotationConfiguration config, String id, String text, Collection<BratAnnotation> annotations)
-
-
Methodendetails
-
getConfig
-
getId
-
getText
-
getAnnotation
-
getAnnotations
-
parseDocument
public static BratDocument parseDocument(AnnotationConfiguration config, String id, InputStream txtIn, InputStream annIn) throws IOException - Löst aus:
IOException
-