Uses of Package
opennlp.tools.sentdetect

Packages that use opennlp.tools.sentdetect
opennlp.tools.cmdline.sentdetect   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.ad   
opennlp.tools.formats.convert   
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
opennlp.tools.sentdetect.lang   
opennlp.tools.sentdetect.lang.th Package related to the processing of Thai data. 
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.cmdline.sentdetect
SentenceDetectorEvaluationMonitor
           
SentenceSample
          A SentenceSample contains a document with begin indexes of the individual sentences.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.formats
SentenceSample
          A SentenceSample contains a document with begin indexes of the individual sentences.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.formats.ad
SentenceSample
          A SentenceSample contains a document with begin indexes of the individual sentences.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.formats.convert
SentenceSample
          A SentenceSample contains a document with begin indexes of the individual sentences.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.sentdetect
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.
SentenceDetectorEvaluationMonitor
           
SentenceDetectorFactory
          The factory that provides SentenceDetecor default implementations and resources
SentenceModel
          The SentenceModel is the model used by a learnable SentenceDetector.
SentenceSample
          A SentenceSample contains a document with begin indexes of the individual sentences.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.sentdetect.lang
EndOfSentenceScanner
          Scans Strings, StringBuffers, and char[] arrays for the offsets of sentence ending characters.
SDContextGenerator
          Interface for SentenceDetectorME context generators.
 

Classes in opennlp.tools.sentdetect used by opennlp.tools.sentdetect.lang.th
DefaultSDContextGenerator
          Generate event contexts for maxent decisions for sentence detection.
SDContextGenerator
          Interface for SentenceDetectorME context generators.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.