Package opennlp.tools.parser.chunking
package opennlp.tools.parser.chunking
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
-
ClassDescriptionGenerates predictive contexts for deciding how constituents should be combined.Generates predictive context for deciding when a constituent is complete.A shift reduce style
Parser
implementation based on Adwait Ratnaparkhi's 1998 thesis.Wrapper class for one of fourshift-reduce parser
event streams.