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 Abstract class for common methods related to identifying potential ends of sentences.
DefaultSDContextGenerator Generate event contexts for maxent decisions for sentence detection.
SDEventStream An implementation of EventStream which assumes that it is receiving its data as one (valid) sentence per token.
SentenceDetectorME A sentence detector for splitting up raw text into sentences.
 

Package opennlp.tools.sentdetect Description

Package related to identifying sentece boundries.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.