|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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)
|
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. |
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(String format)
|
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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |