Verwendungen von Package
opennlp.tools.parser
Packages, die opennlp.tools.parser verwenden
Package
Beschreibung
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.
-
Von opennlp.tools.cmdline.parser verwendete Klassen in opennlp.tools.parserKlasseBeschreibungData structure for holding parse constituents.Defines common methods for full-syntactic parsers.This is the default
ParserModel
implementation. -
Von opennlp.tools.formats verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.formats.convert verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.formats.frenchtreebank verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.formats.ontonotes verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.parser verwendete Klassen in opennlp.tools.parserKlasseBeschreibungHolds 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. -
Von opennlp.tools.parser.chunking verwendete Klassen in opennlp.tools.parserKlasseBeschreibungAbstract 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. -
Von opennlp.tools.parser.lang.en verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.parser.lang.es verwendete Klassen in opennlp.tools.parser
-
Von opennlp.tools.parser.treeinsert verwendete Klassen in opennlp.tools.parserKlasseBeschreibungAbstract 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.