Uses of Interface
opennlp.tools.parser.Parser
Packages that use Parser
Package
Description
Package containing common code for performing full syntactic parsing.
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
Package containing experimental code for performing full syntactic
parsing using attachment decisions.
-
Uses of Parser in opennlp.tools.cmdline.parser
Methods in opennlp.tools.cmdline.parser with parameters of type Parser -
Uses of Parser in opennlp.tools.parser
Classes in opennlp.tools.parser that implement ParserModifier and TypeClassDescriptionclass
Abstract 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.Methods in opennlp.tools.parser that return ParserModifier and TypeMethodDescriptionstatic Parser
ParserFactory.create
(ParserModel model) Instantiates aParser
via a givenmodel
and default configuration parameters (see:AbstractBottomUpParser
).static Parser
ParserFactory.create
(ParserModel model, int beamSize, double advancePercentage) Instantiates aParser
via a givenmodel
and other configuration parameters.Constructors in opennlp.tools.parser with parameters of type ParserModifierConstructorDescriptionParserEvaluator
(Parser aParser, ParserEvaluationMonitor... monitors) Initializes aParserEvaluator
instance with the givenParser
. -
Uses of Parser in opennlp.tools.parser.chunking
Classes in opennlp.tools.parser.chunking that implement Parser -
Uses of Parser in opennlp.tools.parser.treeinsert
Classes in opennlp.tools.parser.treeinsert that implement Parser