Uses of Class
opennlp.tools.util.AbstractEventStream
Packages that use AbstractEventStream
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
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.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
-
Uses of AbstractEventStream in opennlp.tools.chunker
Subclasses of AbstractEventStream in opennlp.tools.chunkerModifier and TypeClassDescriptionclass
Class for creating an event stream out of data files for training aChunker
. -
Uses of AbstractEventStream in opennlp.tools.doccat
Subclasses of AbstractEventStream in opennlp.tools.doccatModifier and TypeClassDescriptionclass
Iterator-like class for modeling document classification events. -
Uses of AbstractEventStream in opennlp.tools.langdetect
Subclasses of AbstractEventStream in opennlp.tools.langdetectModifier and TypeClassDescriptionclass
Iterator-like class for modeling an event stream ofsamples
. -
Uses of AbstractEventStream in opennlp.tools.lemmatizer
Subclasses of AbstractEventStream in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclass
Class for creating an event stream out of data files for training a probabilisticLemmatizer
. -
Uses of AbstractEventStream in opennlp.tools.namefind
Subclasses of AbstractEventStream in opennlp.tools.namefindModifier and TypeClassDescriptionclass
Class for creating an event stream out of data files for training anTokenNameFinder
. -
Uses of AbstractEventStream in opennlp.tools.parser
Subclasses of AbstractEventStream in opennlp.tools.parserModifier and TypeClassDescriptionclass
Abstract class extended by parser event streams which perform tagging and chunking. -
Uses of AbstractEventStream in opennlp.tools.parser.chunking
Subclasses of AbstractEventStream in opennlp.tools.parser.chunkingModifier and TypeClassDescriptionclass
Wrapper class for one of fourshift-reduce parser
event streams. -
Uses of AbstractEventStream in opennlp.tools.parser.treeinsert
Subclasses of AbstractEventStream in opennlp.tools.parser.treeinsertModifier and TypeClassDescriptionclass
Wrapper class for one of fourbuilt-attach parser
event streams. -
Uses of AbstractEventStream in opennlp.tools.postag
Subclasses of AbstractEventStream in opennlp.tools.postagModifier and TypeClassDescriptionclass
-
Uses of AbstractEventStream in opennlp.tools.sentdetect
Subclasses of AbstractEventStream in opennlp.tools.sentdetect -
Uses of AbstractEventStream in opennlp.tools.tokenize
Subclasses of AbstractEventStream in opennlp.tools.tokenizeModifier and TypeClassDescriptionclass