Package | Description |
---|---|
opennlp.tools.formats.brat | |
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
Constructor and Description |
---|
BratNameSampleStream(SentenceDetector sentDetector,
Tokenizer tokenizer,
ObjectStream<BratDocument> samples) |
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 © 2015 The Apache Software Foundation. All rights reserved.