Package opennlp.tools.sentdetect

Package related to identifying sentece boundries.

See:
          Description

Interface Summary
EndOfSentenceScanner Scans Strings, StringBuffers, and char[] arrays for the offsets of sentence ending characters.
SDContextGenerator Interface for SentenceDetectorME context generators.
SentenceDetector The interface for sentence detectors, which find the sentence boundaries in a text.
 

Class Summary
AbstractEndOfSentenceScanner Deprecated. use DefaultEndOfSentenceScanner instead
DefaultEndOfSentenceScanner Default implementation of the EndOfSentenceScanner.
DefaultSDContextGenerator Generate event contexts for maxent decisions for sentence detection.
SDCrossValidator  
SDEventStream  
SentenceDetectorEvaluator The SentenceDetectorEvaluator measures the performance of the given SentenceDetector with the provided reference SentenceSamples.
SentenceDetectorME A sentence detector for splitting up raw text into sentences.
SentenceModel The SentenceModel is the model used by a learnable SentenceDetector.
SentenceSample A SentenceSample contains a document with begin indexes of the individual sentences.
SentenceSampleStream This class is a stream filter which reads a sentence by line samples from a Reader and converts them into SentenceSample objects.
 

Package opennlp.tools.sentdetect Description

Package related to identifying sentece boundries.



Copyright © 2010. All Rights Reserved.