Uses of Class
opennlp.tools.parser.AbstractParserEventStream
Packages that use AbstractParserEventStream
Package
Description
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.
-
Uses of AbstractParserEventStream in opennlp.tools.parser.chunking
Subclasses of AbstractParserEventStream in opennlp.tools.parser.chunkingModifier and TypeClassDescriptionclass
Wrapper class for one of fourshift-reduce parser
event streams. -
Uses of AbstractParserEventStream in opennlp.tools.parser.treeinsert
Subclasses of AbstractParserEventStream in opennlp.tools.parser.treeinsertModifier and TypeClassDescriptionclass
Wrapper class for one of fourbuilt-attach parser
event streams.