Package opennlp.tools.parser.chunking

Package containing code for performing full syntactic parsing using shift/reduce-style decisions.

See:
          Description

Class Summary
BuildContextGenerator Class to generator predictive contexts for deciding how constituents should be combined together.
CheckContextGenerator Class for generating predictive context for deciding when a constituent is complete.
Parser Class for a shift reduce style parser based on Adwait Ratnaparkhi's 1998 thesis.
ParserEventStream Wrapper class for one of four parser event streams.
 

Package opennlp.tools.parser.chunking Description

Package containing code for performing full syntactic parsing using shift/reduce-style decisions.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.