Uses of Class
opennlp.tools.chunker.ChunkSample
Packages that use ChunkSample
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the
Arvores Deitadas corpus
format.Package containing common code for performing full syntactic parsing.
-
Uses of ChunkSample in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return ChunkSampleModifier and TypeMethodDescriptionprotected ChunkSample
ChunkerEvaluator.processSample
(ChunkSample reference) Evaluates the given referenceChunkSample
object.ChunkSampleStream.read()
Methods in opennlp.tools.chunker that return types with arguments of type ChunkSampleMethods in opennlp.tools.chunker with parameters of type ChunkSampleModifier and TypeMethodDescriptionChunkerEventStream.createEvents
(ChunkSample sample) protected ChunkSample
ChunkerEvaluator.processSample
(ChunkSample reference) Evaluates the given referenceChunkSample
object.Method parameters in opennlp.tools.chunker with type arguments of type ChunkSampleModifier and TypeMethodDescriptionvoid
ChunkerCrossValidator.evaluate
(ObjectStream<ChunkSample> samples, int nFolds) Starts the evaluation.static ChunkerModel
ChunkerME.train
(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory) Starts a training of aChunkerModel
with the given parameters.Event[]
ChunkSampleSequenceStream.updateContext
(Sequence<ChunkSample> sequence, AbstractModel model) Constructor parameters in opennlp.tools.chunker with type arguments of type ChunkSampleModifierConstructorDescriptionCreates a new event stream based on the specified data stream using the given context generator.ChunkSampleSequenceStream
(ObjectStream<ChunkSample> samples, ChunkerContextGenerator generator) -
Uses of ChunkSample in opennlp.tools.cmdline.chunker
Methods in opennlp.tools.cmdline.chunker with parameters of type ChunkSampleModifier and TypeMethodDescriptionprotected Span[]
ChunkerDetailedFMeasureListener.asSpanArray
(ChunkSample sample) void
ChunkEvaluationErrorListener.misclassified
(ChunkSample reference, ChunkSample prediction) -
Uses of ChunkSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type ChunkSampleModifier and TypeMethodDescription -
Uses of ChunkSample in opennlp.tools.formats.ad
Methods in opennlp.tools.formats.ad that return ChunkSampleMethods in opennlp.tools.formats.ad that return types with arguments of type ChunkSampleModifier and TypeMethodDescription -
Uses of ChunkSample in opennlp.tools.parser
Methods in opennlp.tools.parser that return ChunkSample