Uses of Class
opennlp.tools.chunker.ChunkSample

Packages that use ChunkSample
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
opennlp.tools.cmdline.chunker   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.ad   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
 

Uses of ChunkSample in opennlp.tools.chunker
 

Methods in opennlp.tools.chunker that return ChunkSample
protected  ChunkSample ChunkerEvaluator.processSample(ChunkSample reference)
          Evaluates the given reference ChunkSample object.
 ChunkSample ChunkSampleStream.read()
           
 

Methods in opennlp.tools.chunker with parameters of type ChunkSample
protected  ChunkSample ChunkerEvaluator.processSample(ChunkSample reference)
          Evaluates the given reference ChunkSample object.
 

Method parameters in opennlp.tools.chunker with type arguments of type ChunkSample
 void ChunkerCrossValidator.evaluate(ObjectStream<ChunkSample> samples, int nFolds)
          Starts the evaluation.
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, ChunkerContextGenerator contextGenerator, TrainingParameters mlParams)
          Deprecated. Use #train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters, ChunkerFactory) instead.
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations)
          Deprecated. use ChunkerME.train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters) instead and pass in a TrainingParameters object.
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations, ChunkerContextGenerator contextGenerator)
          Deprecated. use ChunkerME.train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters) instead and pass in a TrainingParameters object.
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory)
           
 

Constructor parameters in opennlp.tools.chunker with type arguments of type ChunkSample
ChunkerEventStream(ObjectStream<ChunkSample> d)
          Deprecated. Use ChunkerEventStream.ChunkerEventStream(ObjectStream, ChunkerContextGenerator) instead.
ChunkerEventStream(ObjectStream<ChunkSample> d, ChunkerContextGenerator cg)
          Creates a new event stream based on the specified data stream using the specified context generator.
 

Uses of ChunkSample in opennlp.tools.cmdline.chunker
 

Methods in opennlp.tools.cmdline.chunker with parameters of type ChunkSample
protected  Span[] ChunkerDetailedFMeasureListener.asSpanArray(ChunkSample sample)
           
 void ChunkEvaluationErrorListener.missclassified(ChunkSample reference, ChunkSample prediction)
           
 

Uses of ChunkSample in opennlp.tools.formats
 

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

Uses of ChunkSample in opennlp.tools.formats.ad
 

Methods in opennlp.tools.formats.ad that return ChunkSample
 ChunkSample ADChunkSampleStream.read()
           
 

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

Uses of ChunkSample in opennlp.tools.parser
 

Methods in opennlp.tools.parser that return ChunkSample
 ChunkSample ChunkSampleStream.read()
           
 



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