Uses of Class
opennlp.tools.parser.AbstractContextGenerator

Packages that use AbstractContextGenerator
opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions. 
opennlp.tools.parser.treeinsert 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.chunking
 class BuildContextGenerator
          Class to generator predictive contexts for deciding how constituents should be combined together.
 class CheckContextGenerator
          Class for generating predictive context for deciding when a constituent is complete.
 

Uses of AbstractContextGenerator in opennlp.tools.parser.treeinsert
 

Subclasses of AbstractContextGenerator in opennlp.tools.parser.treeinsert
 class AttachContextGenerator
           
 



Copyright © 2010. All Rights Reserved.