Uses of Class
opennlp.tools.postag.POSSample

Packages that use POSSample
opennlp.tools.cmdline.postag   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.ad   
opennlp.tools.formats.convert   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.postag Package related to part-of-speech tagging. 
 

Uses of POSSample in opennlp.tools.cmdline.postag
 

Methods in opennlp.tools.cmdline.postag with parameters of type POSSample
 void POSTaggerFineGrainedReportListener.correctlyClassified(POSSample reference, POSSample prediction)
           
 void POSTaggerFineGrainedReportListener.missclassified(POSSample reference, POSSample prediction)
           
 void POSEvaluationErrorListener.missclassified(POSSample reference, POSSample prediction)
           
 

Uses of POSSample in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return POSSample
 POSSample ConllXPOSSampleStream.read()
           
 

Methods in opennlp.tools.formats that return types with arguments of type POSSample
 ObjectStream<POSSample> ConllXPOSSampleStreamFactory.create(String[] args)
           
 ObjectStream<POSSample> WordTagSampleStreamFactory.create(String[] args)
           
 

Uses of POSSample in opennlp.tools.formats.ad
 

Methods in opennlp.tools.formats.ad that return POSSample
 POSSample ADPOSSampleStream.read()
           
 

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

Uses of POSSample in opennlp.tools.formats.convert
 

Methods in opennlp.tools.formats.convert that return POSSample
 POSSample ParseToPOSSampleStream.read()
           
 

Methods in opennlp.tools.formats.convert that return types with arguments of type POSSample
 ObjectStream<POSSample> ParseToPOSSampleStreamFactory.create(String[] args)
           
 

Methods in opennlp.tools.formats.convert with parameters of type POSSample
protected  String[] POSToSentenceSampleStream.toSentence(POSSample sample)
           
 

Constructor parameters in opennlp.tools.formats.convert with type arguments of type POSSample
POSToSentenceSampleStream(Detokenizer detokenizer, ObjectStream<POSSample> samples, int chunkSize)
           
POSToTokenSampleStream(Detokenizer detokenizer, ObjectStream<POSSample> samples)
           
 

Uses of POSSample in opennlp.tools.parser
 

Methods in opennlp.tools.parser that return POSSample
 POSSample PosSampleStream.read()
           
 

Uses of POSSample in opennlp.tools.postag
 

Methods in opennlp.tools.postag that return POSSample
static POSSample POSSample.parse(String sentenceString)
           
protected  POSSample POSEvaluator.processSample(POSSample reference)
          Evaluates the given reference POSSample object.
 POSSample WordTagSampleStream.read()
          Parses the next sentence and return the next POSSample object.
 

Methods in opennlp.tools.postag with parameters of type POSSample
protected  Iterator<opennlp.model.Event> POSSampleEventStream.createEvents(POSSample sample)
           
protected  POSSample POSEvaluator.processSample(POSSample reference)
          Evaluates the given reference POSSample object.
 

Method parameters in opennlp.tools.postag with type arguments of type POSSample
static Dictionary POSTaggerME.buildNGramDictionary(ObjectStream<POSSample> samples, int cutoff)
           
 void POSTaggerCrossValidator.evaluate(ObjectStream<POSSample> samples, int nFolds)
          Starts the evaluation.
static void POSTaggerME.populatePOSDictionary(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff)
           
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated. use POSTaggerME.train(String, ObjectStream, TrainingParameters, POSTaggerFactory) instead and pass in a POSTaggerFactory and a TrainingParameters.
static POSModel POSTaggerTrainer.train(String languageCode, ObjectStream<POSSample> samples, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated.  
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSDictionary tagDictionary, Dictionary ngramDictionary)
          Deprecated. use POSTaggerME.train(String, ObjectStream, TrainingParameters, POSTaggerFactory) instead and pass in a POSTaggerFactory.
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSTaggerFactory posFactory)
           
 

Constructor parameters in opennlp.tools.postag with type arguments of type POSSample
POSSampleEventStream(ObjectStream<POSSample> samples)
          Initializes the current instance with given samples and a DefaultPOSContextGenerator.
POSSampleEventStream(ObjectStream<POSSample> samples, POSContextGenerator cg)
          Initializes the current instance with the given samples and the given POSContextGenerator.
POSSampleSequenceStream(ObjectStream<POSSample> psi)
           
POSSampleSequenceStream(ObjectStream<POSSample> psi, POSContextGenerator pcg)
           
 



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