Uses of Class
opennlp.tools.util.AbstractEventStream

Packages that use AbstractEventStream
opennlp.tools.doccat Package for classifying a document into a category. 
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions. 
opennlp.tools.postag Package related to part-of-speech tagging. 
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
opennlp.tools.tokenize Contains classes related to finding token or words in a string. 
 

Uses of AbstractEventStream in opennlp.tools.doccat
 

Subclasses of AbstractEventStream in opennlp.tools.doccat
 class DocumentCategorizerEventStream
          Iterator-like class for modeling document classification events.
 

Uses of AbstractEventStream in opennlp.tools.parser
 

Subclasses of AbstractEventStream in opennlp.tools.parser
 class AbstractParserEventStream
          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.chunking
 class ParserEventStream
          Wrapper class for one of four parser event streams.
 

Uses of AbstractEventStream in opennlp.tools.postag
 

Subclasses of AbstractEventStream in opennlp.tools.postag
 class POSSampleEventStream
          This class reads the POSSamples from the given Iterator and converts the POSSamples into Events which can be used by the maxent library for training.
 

Uses of AbstractEventStream in opennlp.tools.sentdetect
 

Subclasses of AbstractEventStream in opennlp.tools.sentdetect
 class SDEventStream
           
 

Uses of AbstractEventStream in opennlp.tools.tokenize
 

Subclasses of AbstractEventStream in opennlp.tools.tokenize
 class TokSpanEventStream
          This class reads the TokenSamples from the given Iterator and converts the TokenSamples into Events which can be used by the maxent library for training.
 



Copyright © 2010. All Rights Reserved.