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 TypKlasseBeschreibungclassGenerates predictive contexts for deciding how constituents should be combined.classGenerates 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 TypKlasseBeschreibungclassGenerates predictive contexts for deciding how constituents should be attached.classCreates the features or contexts for the building phase of parsing.classGenerates predictive context for deciding when a constituent is complete.