Uses of Class
opennlp.tools.util.FilterObjectStream
-
Packages that use FilterObjectStream Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.cmdline.namefind 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.brat opennlp.tools.formats.conllu opennlp.tools.formats.convert opennlp.tools.formats.frenchtreebank opennlp.tools.formats.letsmt opennlp.tools.formats.masc opennlp.tools.formats.moses opennlp.tools.formats.muc opennlp.tools.formats.ontonotes opennlp.tools.langdetect opennlp.tools.lemmatizer Package related with the lemmatizer toolopennlp.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 Modifier and Type Class Description classChunkSampleStreamParses the conll 2000 shared task shallow parser training data. -
Uses of FilterObjectStream in opennlp.tools.cmdline.namefind
Subclasses of FilterObjectStream in opennlp.tools.cmdline.namefind Modifier and Type Class Description classNameSampleCountersStreamCounts tokens, sentences and names by type -
Uses of FilterObjectStream in opennlp.tools.doccat
Subclasses of FilterObjectStream in opennlp.tools.doccat Modifier and Type Class Description classDocumentSampleStreamThis class reads in string encoded training samples, parses them and outputsDocumentSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.formats
Subclasses of FilterObjectStream in opennlp.tools.formats Modifier and Type Class Description classConllXPOSSampleStreamParses the data from the CONLL 06 shared task into POS Samples. -
Uses of FilterObjectStream in opennlp.tools.formats.ad
Subclasses of FilterObjectStream in opennlp.tools.formats.ad Modifier and Type Class Description classADSentenceStreamStream filter which merges text lines into sentences, following the Arvores Deitadas syntax. -
Uses of FilterObjectStream in opennlp.tools.formats.brat
Subclasses of FilterObjectStream in opennlp.tools.formats.brat Modifier and Type Class Description classBratNameSampleStreamGenerates Name Sample objects for a Brat Document object.classSegmenterObjectStream<S,T> -
Uses of FilterObjectStream in opennlp.tools.formats.conllu
Subclasses of FilterObjectStream in opennlp.tools.formats.conllu Modifier and Type Class Description classConlluLemmaSampleStreamclassConlluPOSSampleStreamclassConlluSentenceSampleStreamclassConlluTokenSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.convert
Subclasses of FilterObjectStream in opennlp.tools.formats.convert Modifier and Type Class Description classAbstractToSentenceSampleStream<T>classFileToByteArraySampleStreamclassFileToStringSampleStreamProvides the ability to read the contents of files contained in an object stream of files.classNameToSentenceSampleStreamNote: Do not use this class, internal use only!classNameToTokenSampleStreamNote: Do not use this class, internal use only!classParseToPOSSampleStreamNote: Do not use this class, internal use only!classPOSToSentenceSampleStreamNote: Do not use this class, internal use only!classPOSToTokenSampleStreamNote: Do not use this class, internal use only! -
Uses of FilterObjectStream in opennlp.tools.formats.frenchtreebank
Subclasses of FilterObjectStream in opennlp.tools.formats.frenchtreebank Modifier and Type Class Description classConstitParseSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.letsmt
Subclasses of FilterObjectStream in opennlp.tools.formats.letsmt Modifier and Type Class Description classDetokenizeSentenceSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.masc
Subclasses of FilterObjectStream in opennlp.tools.formats.masc Modifier and Type Class Description classMascNamedEntitySampleStreamclassMascPOSSampleStreamclassMascSentenceSampleStreamclassMascTokenSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.moses
Subclasses of FilterObjectStream in opennlp.tools.formats.moses Modifier and Type Class Description classMosesSentenceSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.muc
Subclasses of FilterObjectStream in opennlp.tools.formats.muc Modifier and Type Class Description classMucNameSampleStream -
Uses of FilterObjectStream in opennlp.tools.formats.ontonotes
Subclasses of FilterObjectStream in opennlp.tools.formats.ontonotes Modifier and Type Class Description classDocumentToLineStreamReads a plain text file and return each line as aStringobject.classOntoNotesNameSampleStreamName Sample Stream parser for the OntoNotes 4.0 corpus.classOntoNotesParseSampleStream -
Uses of FilterObjectStream in opennlp.tools.langdetect
Subclasses of FilterObjectStream in opennlp.tools.langdetect Modifier and Type Class Description classLanguageDetectorSampleStreamThis class reads in string encoded training samples, parses them and outputsLanguageSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.lemmatizer
Subclasses of FilterObjectStream in opennlp.tools.lemmatizer Modifier and Type Class Description classLemmaSampleStreamReads data for training and testing the lemmatizer. -
Uses of FilterObjectStream in opennlp.tools.namefind
Subclasses of FilterObjectStream in opennlp.tools.namefind Modifier and Type Class Description classNameSampleDataStreamTheNameSampleDataStreamclass converts taggedStrings provided by aDataStreamtoNameSampleobjects.classNameSampleTypeFilterA 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 Modifier and Type Class Description classChunkSampleStreamclassParseSampleStreamclassPosSampleStream -
Uses of FilterObjectStream in opennlp.tools.postag
Subclasses of FilterObjectStream in opennlp.tools.postag Modifier and Type Class Description classWordTagSampleStreamA stream filter which reads a sentence per line which contains words and tags in word_tag format and outputs aPOSSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.sentdetect
Subclasses of FilterObjectStream in opennlp.tools.sentdetect Modifier and Type Class Description classEmptyLinePreprocessorStreamStream 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.classSentenceSampleStreamThis class is a stream filter which reads a sentence by line samples from aReaderand converts them intoSentenceSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.tokenize
Subclasses of FilterObjectStream in opennlp.tools.tokenize Modifier and Type Class Description classTokenSampleStreamThis class is a stream filter which reads in string encoded samples and createsTokenSamples out of them.classWhitespaceTokenStreamThis stream formats aTokenSamples into whitespace separated token strings. -
Uses of FilterObjectStream in opennlp.tools.util
Subclasses of FilterObjectStream in opennlp.tools.util Modifier and Type Class Description classEventTraceStreamclassParagraphStreamStream filter which merges text lines into paragraphs.
-