Package | Description |
---|---|
opennlp.tools.formats.brat |
Modifier and Type | Method and Description |
---|---|
static BratDocument |
BratDocument.parseDocument(AnnotationConfiguration config,
String id,
InputStream txtIn,
InputStream annIn) |
BratDocument |
BratDocumentStream.read() |
Modifier and Type | Method and Description |
---|---|
protected List<NameSample> |
BratNameSampleStream.read(BratDocument sample) |
Constructor and Description |
---|
BratNameSampleStream(SentenceDetector sentDetector,
Tokenizer tokenizer,
ObjectStream<BratDocument> samples) |
BratNameSampleStream(SentenceModel sentModel,
TokenizerModel tokenModel,
ObjectStream<BratDocument> samples) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.