|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 POSSample s from the given Iterator
and converts the POSSample s into Event s 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 TokenSample s from the given Iterator
and converts the TokenSample s into Event s which
can be used by the maxent library for training. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |