Uses of Class
opennlp.tools.util.FilterObjectStream
Packages that use FilterObjectStream
Package
Description
-
Uses of FilterObjectStream in opennlp.tools.chunker
Subclasses of FilterObjectStream in opennlp.tools.chunkerModifier and TypeClassDescriptionclassParses the conll 2000 shared task shallow parser training data. -
Uses of FilterObjectStream in opennlp.tools.doccat
Subclasses of FilterObjectStream in opennlp.tools.doccatModifier and TypeClassDescriptionclassReads in string encoded training samples, parses them and outputsDocumentSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.langdetect
Subclasses of FilterObjectStream in opennlp.tools.langdetectModifier and TypeClassDescriptionclassThis class reads in string encodedtraining samples, parses them and outputsLanguageSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.lemmatizer
Subclasses of FilterObjectStream in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclassReads data for training and testing theLemmatizer. -
Uses of FilterObjectStream in opennlp.tools.namefind
Subclasses of FilterObjectStream in opennlp.tools.namefindModifier and TypeClassDescriptionclassTheNameSampleDataStreamclass converts tagged tokens provided by a DataStream toNameSampleobjects.classAstreamwhich removesname sampleswhich do not have a certain type. -
Uses of FilterObjectStream in opennlp.tools.parser
Subclasses of FilterObjectStream in opennlp.tools.parserModifier and TypeClassDescriptionclassclassclass -
Uses of FilterObjectStream in opennlp.tools.postag
Subclasses of FilterObjectStream in opennlp.tools.postagModifier and TypeClassDescriptionclassAstream filterwhich reads a sentence per line that contains words and tags inword_tagformat and outputs aPOSSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.sentdetect
Subclasses of FilterObjectStream in opennlp.tools.sentdetectModifier and TypeClassDescriptionclassObjectStreamto 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.classThis class is a stream filter which reads a sentence by line samples from anObjectStreamand converts them intoSentenceSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.sentiment
Subclasses of FilterObjectStream in opennlp.tools.sentimentModifier and TypeClassDescriptionclassClass for converting Strings through Data Stream toSentimentSampleusing tokenised text.classClass for creating a type filter. -
Uses of FilterObjectStream in opennlp.tools.tokenize
Subclasses of FilterObjectStream in opennlp.tools.tokenizeModifier and TypeClassDescriptionclassThis class is astream filterwhich reads in string encoded samples and createssamplesout of them.classThis stream formatsObjectStreamofsamplesinto whitespace separated token strings. -
Uses of FilterObjectStream in opennlp.tools.util
Subclasses of FilterObjectStream in opennlp.tools.util