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.formats.ad   
opennlp.tools.formats.convert   
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
 

Uses of SentenceSample in opennlp.tools.cmdline.sentdetect
 

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 types with arguments of type SentenceSample
 ObjectStream<SentenceSample> SentenceSampleStreamFactory.create(String[] args)
           
 ObjectStream<SentenceSample> ConllXSentenceSampleStreamFactory.create(String[] args)
           
 

Uses of SentenceSample in opennlp.tools.formats.ad
 

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

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

Uses of SentenceSample in opennlp.tools.formats.convert
 

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

Methods in opennlp.tools.formats.convert that return types with arguments of type SentenceSample
 ObjectStream<SentenceSample> ParseToSentenceSampleStreamFactory.create(String[] args)
           
 ObjectStream<SentenceSample> NameToSentenceSampleStreamFactory.create(String[] args)
           
 ObjectStream<SentenceSample> POSToSentenceSampleStreamFactory.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)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, int cutoff, int iterations)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, TrainingParameters mlParams)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, 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 © 2013 The Apache Software Foundation. All Rights Reserved.