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.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 that return types with arguments of type POSSample
protected  ObjectStreamFactory<POSSample> POSTaggerConverter.createStreamFactory(String format)
           
 

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> WordTagSampleStreamFactory.create(String[] args)
           
 ObjectStream<POSSample> ConllXPOSSampleStreamFactory.create(String[] args)
           
 

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

Constructor parameters in opennlp.tools.formats with type arguments of type POSSample
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)
           
 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)
           
 void POSEvaluator.evaluateSample(POSSample reference)
          Evaluates the given reference POSSample object.
 

Method parameters in opennlp.tools.postag with type arguments of type POSSample
 void POSTaggerCrossValidator.evaluate(ObjectStream<POSSample> samples, int nFolds)
           
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
           
static POSModel POSTaggerTrainer.train(String languageCode, ObjectStream<POSSample> samples, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated.  
 

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 © 2010. All Rights Reserved.