Uses of Class
opennlp.tools.parser.AbstractContextGenerator
Packages that use AbstractContextGenerator
Package
Description
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
Package containing experimental code for performing full syntactic
parsing using attachment decisions.
-
Uses of AbstractContextGenerator in opennlp.tools.parser.chunking
Subclasses of AbstractContextGenerator in opennlp.tools.parser.chunkingModifier and TypeClassDescriptionclass
Generates predictive contexts for deciding how constituents should be combined.class
Generates predictive context for deciding when a constituent is complete. -
Uses of AbstractContextGenerator in opennlp.tools.parser.treeinsert
Subclasses of AbstractContextGenerator in opennlp.tools.parser.treeinsertModifier and TypeClassDescriptionclass
Generates predictive contexts for deciding how constituents should be attached.class
Creates the features or contexts for the building phase of parsing.class
Generates predictive context for deciding when a constituent is complete.