|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterObjectStream | |
---|---|
opennlp.tools.chunker | Package related to finding non-recursive syntactic annotation such as noun phrase chunks. |
opennlp.tools.doccat | Package for classifying a document into a category. |
opennlp.tools.formats | Experimental package related to converting various corpora to OpenNLP Format. |
opennlp.tools.namefind | Package related to finding proper names and numeric amounts. |
opennlp.tools.parser | Package containing common code for performing full syntactic parsing. |
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. |
opennlp.tools.util | Package containing utility data structures and algorithms used by multiple other packages. |
Uses of FilterObjectStream in opennlp.tools.chunker |
---|
Subclasses of FilterObjectStream in opennlp.tools.chunker | |
---|---|
class |
ChunkSampleStream
Parses the conll 2000 shared task shallow parser training data. |
Uses of FilterObjectStream in opennlp.tools.doccat |
---|
Subclasses of FilterObjectStream in opennlp.tools.doccat | |
---|---|
class |
DocumentSampleStream
This class reads in string encoded training samples, parses them and outputs DocumentSample objects. |
Uses of FilterObjectStream in opennlp.tools.formats |
---|
Subclasses of FilterObjectStream in opennlp.tools.formats | |
---|---|
class |
AbstractToSentenceSampleStream<T>
|
class |
ConllXPOSSampleStream
Parses the data from the CONLL 06 shared task into POS Samples. |
class |
NameToSentenceSampleStream
Note: Do not use this class, internal use only! |
class |
NameToTokenSampleStream
Note: Do not use this class, internal use only! |
class |
POSToSentenceSampleStream
Note: Do not use this class, internal use only! |
class |
POSToTokenSampleStream
Note: Do not use this class, internal use only! |
Uses of FilterObjectStream in opennlp.tools.namefind |
---|
Subclasses of FilterObjectStream in opennlp.tools.namefind | |
---|---|
class |
NameSampleDataStream
The NameSampleDataStream class converts tagged String s
provided by a DataStream to NameSample objects. |
Uses of FilterObjectStream in opennlp.tools.parser |
---|
Subclasses of FilterObjectStream in opennlp.tools.parser | |
---|---|
class |
ParseSampleStream
|
class |
PosSampleStream
|
Uses of FilterObjectStream in opennlp.tools.postag |
---|
Subclasses of FilterObjectStream in opennlp.tools.postag | |
---|---|
class |
WordTagSampleStream
A stream filter which reads a sentence per line which contains words and tags in word_tag format and outputs a POSSample objects. |
Uses of FilterObjectStream in opennlp.tools.sentdetect |
---|
Subclasses of FilterObjectStream in opennlp.tools.sentdetect | |
---|---|
class |
SentenceSampleStream
This class is a stream filter which reads a sentence by line samples from a Reader and converts them into SentenceSample objects. |
Uses of FilterObjectStream in opennlp.tools.tokenize |
---|
Subclasses of FilterObjectStream in opennlp.tools.tokenize | |
---|---|
class |
TokenSampleStream
This class is a stream filter which reads in string encoded samples and creates TokenSample s out of them. |
class |
WhitespaceTokenStream
This stream formats a TokenSample s into whitespace
separated token strings. |
Uses of FilterObjectStream in opennlp.tools.util |
---|
Subclasses of FilterObjectStream in opennlp.tools.util | |
---|---|
class |
ParagraphStream
Stream filter which merges text lines into paragraphs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |