Uses of Class
opennlp.tools.util.AbstractEventStream
Packages that use AbstractEventStream
Package
Description
-
Uses of AbstractEventStream in opennlp.tools.chunker
Subclasses of AbstractEventStream in opennlp.tools.chunkerModifier and TypeClassDescriptionclassClass 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 TypeClassDescriptionclassIterator-like class for modeling document classification events. -
Uses of AbstractEventStream in opennlp.tools.langdetect
Subclasses of AbstractEventStream in opennlp.tools.langdetectModifier and TypeClassDescriptionclassIterator-like class for modeling an event stream ofsamples. -
Uses of AbstractEventStream in opennlp.tools.lemmatizer
Subclasses of AbstractEventStream in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclassClass 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 TypeClassDescriptionclassClass 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 TypeClassDescriptionclassAbstract 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 TypeClassDescriptionclassWrapper class for one of fourshift-reduce parserevent streams. -
Uses of AbstractEventStream in opennlp.tools.parser.treeinsert
Subclasses of AbstractEventStream in opennlp.tools.parser.treeinsertModifier and TypeClassDescriptionclassWrapper class for one of fourbuilt-attach parserevent streams. -
Uses of AbstractEventStream in opennlp.tools.postag
Subclasses of AbstractEventStream in opennlp.tools.postagModifier and TypeClassDescriptionclassReads thesamplesfrom anIteratorand converts those samples intoeventswhich can be used by the maxent library for training. -
Uses of AbstractEventStream in opennlp.tools.sentdetect
Subclasses of AbstractEventStream in opennlp.tools.sentdetect -
Uses of AbstractEventStream in opennlp.tools.sentiment
Subclasses of AbstractEventStream in opennlp.tools.sentimentModifier and TypeClassDescriptionclassClass for creating events for Sentiment Analysis that is later sent to MaxEnt. -
Uses of AbstractEventStream in opennlp.tools.tokenize
Subclasses of AbstractEventStream in opennlp.tools.tokenizeModifier and TypeClassDescriptionclassThis class reads thesamplesvia anIteratorand converts the samples intoeventswhich can be used by the maxent library for training.