Uses of Package
opennlp.tools.parser
Packages that use opennlp.tools.parser
Package
Description
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the French Treebank format.
Experimental package related to the OntoNotes 4.0 format.
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.
-
Classes in opennlp.tools.parser used by opennlp.tools.cmdline.parserClassDescriptionData structure for holding parse constituents.Defines common methods for full-syntactic parsers.This is the default
ParserModel
implementation. -
Classes in opennlp.tools.parser used by opennlp.tools.formats
-
Classes in opennlp.tools.parser used by opennlp.tools.formats.convert
-
Classes in opennlp.tools.parser used by opennlp.tools.formats.frenchtreebank
-
Classes in opennlp.tools.parser used by opennlp.tools.formats.ontonotes
-
Classes in opennlp.tools.parser used by opennlp.tools.parserClassDescriptionHolds 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.A marker interface for evaluatingparsers
.Enumeration of event types for aParser
.This is the defaultParserModel
implementation.Enumeration of supportedParser
types. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.chunkingClassDescriptionAbstract 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.Encoder for head rules associated with parsing.Data structure for holding parse constituents.Defines common methods for full-syntactic parsers.Enumeration of event types for a
Parser
.This is the defaultParserModel
implementation. -
Classes in opennlp.tools.parser used by opennlp.tools.parser.lang.en
-
Classes in opennlp.tools.parser used by opennlp.tools.parser.lang.es
-
Classes in opennlp.tools.parser used by opennlp.tools.parser.treeinsertClassDescriptionAbstract 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.Encoder for head rules associated with parsing.Data structure for holding parse constituents.Defines common methods for full-syntactic parsers.Enumeration of event types for a
Parser
.This is the defaultParserModel
implementation.