Package opennlp.tools.parser
package opennlp.tools.parser
Package containing common code for performing full syntactic parsing.
-
ClassDescriptionAbstract class which contains code to tag and chunk parses for bottom up parsing and leaves implementation of advancing parses and completing parses to extend class.Abstract class containing many of the methods used to generate contexts for parsing.Abstract class extended by parser event streams which perform tagging and chunking.Creates predictive context for the pre-chunking phases of parsing.Holds feature information about a specific
Parse
node.Holds constituents when readingparses
.Represents a labeler for nodes which contain traces so that these traces can be predicted by aParser
.Encoder for head rules associated with parsing.Data structure for holding parse constituents.Defines common methods for full-syntactic parsers.The parser chunkerSequenceValidator
implementation.Cross validator for aParser
.A marker interface for evaluatingparsers
.This implementation ofEvaluator<Parse>
behaves likeEVALB
with no exceptions, e.g, without removing punctuation tags, or equality betweenADVP
andPRT
, as in COLLINS convention.Enumeration of event types for aParser
.This is the defaultParserModel
implementation.Enumeration of supportedParser
types.