Verwendungen von Klasse
opennlp.tools.parser.AbstractContextGenerator
Packages, die AbstractContextGenerator verwenden
Package
Beschreibung
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.
-
Verwendungen von AbstractContextGenerator in opennlp.tools.parser.chunking
Unterklassen von AbstractContextGenerator in opennlp.tools.parser.chunkingModifizierer und TypKlasseBeschreibungclass
Generates predictive contexts for deciding how constituents should be combined.class
Generates predictive context for deciding when a constituent is complete. -
Verwendungen von AbstractContextGenerator in opennlp.tools.parser.treeinsert
Unterklassen von AbstractContextGenerator in opennlp.tools.parser.treeinsertModifizierer und TypKlasseBeschreibungclass
Generates predictive contexts for deciding how constituents should be attached.class
Creates the features or contexts for the building phase of parsing.class
Generates predictive context for deciding when a constituent is complete.