Uses of Class
opennlp.tools.parser.AbstractContextGenerator
Packages that use AbstractContextGenerator
-
Uses of AbstractContextGenerator in opennlp.tools.parser.chunking
Subclasses of AbstractContextGenerator in opennlp.tools.parser.chunkingModifier and TypeClassDescriptionclassGenerates predictive contexts for deciding how constituents should be combined.classGenerates 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 TypeClassDescriptionclassGenerates predictive contexts for deciding how constituents should be attached.classCreates the features or contexts for the building phase of parsing.classGenerates predictive context for deciding when a constituent is complete.