Uses of Interface
opennlp.tools.sentdetect.SentenceDetector
Packages that use SentenceDetector
Package
Description
Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
Package related to identifying sentence boundaries.
-
Uses of SentenceDetector in opennlp.tools.formats.brat
Constructors in opennlp.tools.formats.brat with parameters of type SentenceDetectorModifierConstructorDescriptionBratDocumentParser
(SentenceDetector sentenceDetector, Tokenizer tokenizer) BratDocumentParser
(SentenceDetector sentenceDetector, Tokenizer tokenizer, Set<String> nameTypes) BratNameSampleStream
(SentenceDetector sentDetector, Tokenizer tokenizer, ObjectStream<BratDocument> samples) Creates a newBratNameSampleStream
.BratNameSampleStream
(SentenceDetector sentDetector, Tokenizer tokenizer, ObjectStream<BratDocument> samples, Set<String> nameTypes) Creates a newBratNameSampleStream
. -
Uses of SentenceDetector in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement SentenceDetectorModifier and TypeClassDescriptionclass
The NewlineSentenceDetector
assumes that sentences are line delimited and recognizes one sentence per non-empty line.class
A sentence detector for splitting up raw text into sentences.class
A thread-safe version of SentenceDetectorME.Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetectorModifierConstructorDescriptionSentenceDetectorEvaluator
(SentenceDetector sentenceDetector, SentenceDetectorEvaluationMonitor... listeners) Initializes the current instance.