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
Subclasses with type arguments of type ChunkSample in opennlp.tools.chunkerModifier and TypeClassDescriptionclassTheChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referencesamples.classClass for creating an event stream out of data files for training aChunker.classParses the conll 2000 shared task shallow parser training data.Subinterfaces with type arguments of type ChunkSample in opennlp.tools.chunkerClasses in opennlp.tools.chunker that implement interfaces with type arguments of type ChunkSampleMethods in opennlp.tools.chunker that return ChunkSampleModifier and TypeMethodDescriptionprotected ChunkSampleChunkerEvaluator.processSample(ChunkSample reference) Evaluates the given referenceChunkSampleobject.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 ChunkSampleChunkerEvaluator.processSample(ChunkSample reference) Evaluates the given referenceChunkSampleobject.Method parameters in opennlp.tools.chunker with type arguments of type ChunkSampleModifier and TypeMethodDescriptionvoidChunkerCrossValidator.evaluate(ObjectStream<ChunkSample> samples, int nFolds) Starts the evaluation.static ChunkerModelChunkerME.train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory) Starts a training of aChunkerModelwith 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
Subclasses with type arguments of type ChunkSample in opennlp.tools.cmdline.chunkerModifier and TypeClassDescriptionclassTool to convert multiple data formats into native OpenNLP chunker training format.final classclassfinal classA defaultChunkSample-centric implementation ofAbstractEvaluatorToolthat prints to an output stream.classclassA default implementation ofEvaluationMonitorthat prints to an output stream.Methods in opennlp.tools.cmdline.chunker with parameters of type ChunkSampleModifier and TypeMethodDescriptionprotected Span[]ChunkerDetailedFMeasureListener.asSpanArray(ChunkSample sample) voidChunkEvaluationErrorListener.misclassified(ChunkSample reference, ChunkSample prediction) -
Uses of ChunkSample in opennlp.tools.formats
Subclasses with type arguments of type ChunkSample in opennlp.tools.formatsMethods in opennlp.tools.formats that return types with arguments of type ChunkSampleModifier and TypeMethodDescription -
Uses of ChunkSample in opennlp.tools.formats.ad
Subclasses with type arguments of type ChunkSample in opennlp.tools.formats.adModifier and TypeClassDescriptionclassA Factory to create a Arvores Deitadas ChunkStream from the command line utility.Classes in opennlp.tools.formats.ad that implement interfaces with type arguments of type ChunkSampleModifier and TypeClassDescriptionclassParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese Chunker training.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
Subclasses with type arguments of type ChunkSample in opennlp.tools.parserMethods in opennlp.tools.parser that return ChunkSample