Uses of Interface
opennlp.tools.sentdetect.SentenceDetector
-
Packages that use SentenceDetector Package Description opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).opennlp.tools.sentdetect Package related to identifying sentence boundaries. -
-
Uses of SentenceDetector in opennlp.tools.formats.brat
Constructors in opennlp.tools.formats.brat with parameters of type SentenceDetector Constructor Description BratDocumentParser(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 SentenceDetector Modifier and Type Class Description classNewlineSentenceDetectorThe NewlineSentenceDetectorassumes that sentences are line delimited and recognizes one sentence per non-empty line.classSentenceDetectorMEA sentence detector for splitting up raw text into sentences.Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetector Constructor Description SentenceDetectorEvaluator(SentenceDetector sentenceDetector, SentenceDetectorEvaluationMonitor... listeners)Initializes the current instance.
-