Uses of Package
opennlp.tools.parser
-
Packages that use opennlp.tools.parser Package Description opennlp.tools.cmdline.parser opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.convert opennlp.tools.formats.frenchtreebank Experimental package related to the French Treebank format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format.opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions.opennlp.tools.parser.lang.en opennlp.tools.parser.lang.es opennlp.tools.parser.treeinsert Package containing experimental code for performing full syntactic parsing using attachment decisions. -
Classes in opennlp.tools.parser used by opennlp.tools.cmdline.parser Class Description Parse Data structure for holding parse constituents.Parser Defines common methods for full-syntactic parsers.ParserModel This is the defaultParserModel
implementation. -
Classes in opennlp.tools.parser used by opennlp.tools.formats Class Description Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.formats.convert Class Description Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.formats.frenchtreebank Class Description Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.formats.ontonotes Class Description Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.parser Class Description Cons Holds feature information about a specificParse
node.Constituent Holds constituents when readingparses
.GapLabeler Represents a labeler for nodes which contain traces so that these traces can be predicted by aParser
.HeadRules Encoder for head rules associated with parsing.Parse Data structure for holding parse constituents.Parser Defines common methods for full-syntactic parsers.ParserEvaluationMonitor A marker interface for evaluatingparsers
.ParserEventTypeEnum Enumeration of event types for aParser
.ParserModel This is the defaultParserModel
implementation.ParserType Enumeration of supportedParser
types. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.chunking Class Description AbstractBottomUpParser 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.AbstractContextGenerator Abstract class containing many of the methods used to generate contexts for parsing.AbstractParserEventStream Abstract class extended by parser event streams which perform tagging and chunking.HeadRules Encoder for head rules associated with parsing.Parse Data structure for holding parse constituents.Parser Defines common methods for full-syntactic parsers.ParserEventTypeEnum Enumeration of event types for aParser
.ParserModel This is the defaultParserModel
implementation. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.lang.en Class Description Constituent Holds constituents when readingparses
.GapLabeler Represents a labeler for nodes which contain traces so that these traces can be predicted by aParser
.HeadRules Encoder for head rules associated with parsing.Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.lang.es Class Description Constituent Holds constituents when readingparses
.GapLabeler Represents a labeler for nodes which contain traces so that these traces can be predicted by aParser
.HeadRules Encoder for head rules associated with parsing.Parse Data structure for holding parse constituents. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.treeinsert Class Description AbstractBottomUpParser 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.AbstractContextGenerator Abstract class containing many of the methods used to generate contexts for parsing.AbstractParserEventStream Abstract class extended by parser event streams which perform tagging and chunking.HeadRules Encoder for head rules associated with parsing.Parse Data structure for holding parse constituents.Parser Defines common methods for full-syntactic parsers.ParserEventTypeEnum Enumeration of event types for aParser
.ParserModel This is the defaultParserModel
implementation.