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.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
 ChunkSample ChunkSampleStream.read()
           
 

Methods in opennlp.tools.chunker with parameters of type ChunkSample
 void ChunkerEvaluator.evaluateSample(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)
           
static ChunkerModel ChunkerME.train(java.lang.String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations)
          Trains a new model for the ChunkerME.
static ChunkerModel ChunkerME.train(java.lang.String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations, ChunkerContextGenerator contextGenerator)
           
 

Constructor parameters in opennlp.tools.chunker with type arguments of type ChunkSample
ChunkerEventStream(ObjectStream<ChunkSample> d)
          Creates a new event stream based on the specified data stream.
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 that return types with arguments of type ChunkSample
protected  ObjectStreamFactory<ChunkSample> ChunkerConverterTool.createStreamFactory(java.lang.String format)
           
 

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(java.lang.String[] args)
           
 

Uses of ChunkSample in opennlp.tools.parser
 

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



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