Package opennlp.tools.parser
package opennlp.tools.parser
-
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
Parsenode.Adapts a constituencyParserto the document pipeline: readsLayers.SENTENCESandLayers.TOKENSand providesParserAnnotator.PHRASES, one annotation per phrase node of each sentence's parse, carrying the phrase label and the span of its head token.One phrase of a constituency parse: its label, such asNPorVP, and the span of the token that heads it.The parser chunkerSequenceValidatorimplementation.This is the defaultParserModelimplementation.