Uses of Interface
opennlp.tools.chunker.ChunkerContextGenerator
Packages that use ChunkerContextGenerator
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package containing common code for performing full syntactic parsing.
-
Uses of ChunkerContextGenerator in opennlp.tools.chunker
Classes in opennlp.tools.chunker that implement ChunkerContextGeneratorModifier and TypeClassDescriptionclass
Features based on chunking model described in Fei Sha and Fernando Pereira.Methods in opennlp.tools.chunker that return ChunkerContextGeneratorConstructors in opennlp.tools.chunker with parameters of type ChunkerContextGeneratorModifierConstructorDescriptionCreates a new event stream based on the specified data stream using the given context generator.ChunkSampleSequenceStream
(ObjectStream<ChunkSample> samples, ChunkerContextGenerator generator) -
Uses of ChunkerContextGenerator in opennlp.tools.parser
Classes in opennlp.tools.parser that implement ChunkerContextGeneratorModifier and TypeClassDescriptionclass
Creates predictive context for the pre-chunking phases of parsing.Methods in opennlp.tools.parser that return ChunkerContextGenerator