Package opennlp.grok.preprocess.sentdetect

Interface Summary
EndOfSentenceScanner Scans Strings, StringBuffers, and char[] arrays for the offsets of sentence ending characters.
 

Class Summary
DefaultEndOfSentenceScanner The default end of sentence scanner implements all of the EndOfSentenceScanner methods in terms of the getPositions(char[]) method.
EnglishSentenceDetectorME A sentence detector which uses a model trained on English data (Wall Street Journal text).
SDContextGenerator 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.
 



Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.