Package | Description |
---|---|
opennlp.tools.formats.brat | |
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
Constructor and Description |
---|
BratDocumentParser(SentenceDetector sentenceDetector,
Tokenizer tokenizer) |
BratDocumentParser(SentenceDetector sentenceDetector,
Tokenizer tokenizer,
Set<String> nameTypes) |
BratNameSampleStream(SentenceDetector sentDetector,
Tokenizer tokenizer,
ObjectStream<BratDocument> samples)
Creates a new
BratNameSampleStream . |
BratNameSampleStream(SentenceDetector sentDetector,
Tokenizer tokenizer,
ObjectStream<BratDocument> samples,
Set<String> nameTypes)
Creates a new
BratNameSampleStream . |
Modifier and Type | Class and Description |
---|---|
class |
NewlineSentenceDetector
The Newline Sentence Detector assumes that sentences are line delimited and
recognizes one sentence per non-empty line.
|
class |
SentenceDetectorME
A sentence detector for splitting up raw text into sentences.
|
Constructor and Description |
---|
SentenceDetectorEvaluator(SentenceDetector sentenceDetector,
SentenceDetectorEvaluationMonitor... listeners)
Initializes the current instance.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.