|
||||||||||
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.coref | Package related to performing coreference resolution. |
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.formats.ad | |
opennlp.tools.formats.convert | |
opennlp.tools.formats.frenchtreebank | |
opennlp.tools.formats.muc | |
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.coref |
---|
Subclasses of FilterObjectStream in opennlp.tools.coref | |
---|---|
class |
CorefSampleDataStream
|
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 |
ConllXPOSSampleStream
Parses the data from the CONLL 06 shared task into POS Samples. |
class |
LeipzigDoccatSampleStream
Stream filter to produce document samples out of a Leipzig sentences.txt file. |
Uses of FilterObjectStream in opennlp.tools.formats.ad |
---|
Subclasses of FilterObjectStream in opennlp.tools.formats.ad | |
---|---|
class |
ADSentenceStream
Stream filter which merges text lines into sentences, following the Arvores Deitadas syntax. |
Uses of FilterObjectStream in opennlp.tools.formats.convert |
---|
Subclasses of FilterObjectStream in opennlp.tools.formats.convert | |
---|---|
class |
AbstractToSentenceSampleStream<T>
|
class |
FileToByteArraySampleStream
|
class |
FileToStringSampleStream
|
class |
NameToSentenceSampleStream
Note: Do not use this class, internal use only! |
class |
NameToTokenSampleStream
Note: Do not use this class, internal use only! |
class |
ParseToPOSSampleStream
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.formats.frenchtreebank |
---|
Subclasses of FilterObjectStream in opennlp.tools.formats.frenchtreebank | |
---|---|
class |
ConstitParseSampleStream
|
Uses of FilterObjectStream in opennlp.tools.formats.muc |
---|
Subclasses of FilterObjectStream in opennlp.tools.formats.muc | |
---|---|
class |
FullParseCorefEnhancerStream
|
class |
MucCorefSampleStream
|
class |
MucMentionInserterStream
The mention insert is responsible to insert the mentions from the training data into the parse trees. |
class |
MucNameSampleStream
|
class |
NameFinderCorefEnhancerStream
Adds names to the Coref Sample Stream. |
class |
ShallowParseCorefEnhancerStream
|
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. |
class |
NameSampleTypeFilter
A stream which removes Name Samples which do not have a certain type. |
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 |
EmptyLinePreprocessorStream
Stream to to clean up empty lines for empty line separated document streams. - Skips empty line at training data start - Transforms multiple empty lines in a row into one - Replaces white space lines with empty lines - TODO: Terminates last document with empty line if it is missing This stream should be used by the components that mark empty lines to mark document boundaries. |
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 |