Uses of Class
opennlp.tools.sentdetect.SentenceSample

Packages that use SentenceSample
opennlp.tools.cmdline.sentdetect   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
 

Uses of SentenceSample in opennlp.tools.cmdline.sentdetect
 

Methods in opennlp.tools.cmdline.sentdetect that return types with arguments of type SentenceSample
protected  ObjectStreamFactory<SentenceSample> SentenceDetectorConverterTool.createStreamFactory(String format)
           
 

Methods in opennlp.tools.cmdline.sentdetect with parameters of type SentenceSample
 void SentenceEvaluationErrorListener.missclassified(SentenceSample reference, SentenceSample prediction)
           
 

Uses of SentenceSample in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return SentenceSample
 SentenceSample AbstractToSentenceSampleStream.read()
           
 

Methods in opennlp.tools.formats that return types with arguments of type SentenceSample
 ObjectStream<SentenceSample> POSToSentenceSampleStreamFactory.create(String[] args)
           
 ObjectStream<SentenceSample> NameToSentenceSampleStreamFactory.create(String[] args)
           
 ObjectStream<SentenceSample> ConllXSentenceSampleStreamFactory.create(String[] args)
           
 

Uses of SentenceSample in opennlp.tools.sentdetect
 

Methods in opennlp.tools.sentdetect that return SentenceSample
protected  SentenceSample SentenceDetectorEvaluator.processSample(SentenceSample sample)
           
 SentenceSample SentenceSampleStream.read()
           
 

Methods in opennlp.tools.sentdetect with parameters of type SentenceSample
protected  Iterator<opennlp.model.Event> SDEventStream.createEvents(SentenceSample sample)
           
protected  SentenceSample SentenceDetectorEvaluator.processSample(SentenceSample sample)
           
 

Method parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample
 void SDCrossValidator.evaluate(ObjectStream<SentenceSample> samples, int nFolds)
          Starts the evaluation.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations)
           
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, int cutoff, int iterations)
          Deprecated. use SentenceDetectorME.train(String, ObjectStream, boolean, Dictionary, TrainingParameters) instead and pass in a TrainingParameters object.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, TrainingParameters mlParams)
           
 

Constructor parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample
SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)
          Initializes the current instance.
 



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