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 Experimental package related to theArvores Deitadas corpusformat.opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format.opennlp.tools.formats.convert opennlp.tools.formats.frenchtreebank Experimental package related to the French Treebank format.opennlp.tools.formats.letsmt Experimental package related to theletsmtcorpus format.opennlp.tools.formats.masc Experimental package related to theMASCcorpus format.opennlp.tools.formats.moses opennlp.tools.formats.muc Experimental package related to theMUCcorpus format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format.opennlp.tools.langdetect Package related to predicting languages from samples of text.opennlp.tools.lemmatizer Package related to the lemmatizer functionality.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 sentence boundaries.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 classDocumentSampleStreamReads 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>classFileToByteArraySampleStreamNote: Do not use this class, internal use only!classFileToStringSampleStreamProvides 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 encodedtraining 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 theLemmatizer. -
Uses of FilterObjectStream in opennlp.tools.namefind
Subclasses of FilterObjectStream in opennlp.tools.namefind Modifier and Type Class Description classNameSampleDataStreamTheNameSampleDataStreamclass converts taggedstringsprovided by aDataStreamtoNameSampleobjects.classNameSampleTypeFilterAstreamwhich removesname sampleswhich 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 inword_tagformat and outputs aPOSSampleobjects. -
Uses of FilterObjectStream in opennlp.tools.sentdetect
Subclasses of FilterObjectStream in opennlp.tools.sentdetect Modifier and Type Class Description classEmptyLinePreprocessorStreamObjectStreamto 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 anObjectStreamand 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 astream filterwhich reads in string encoded samples and createssamplesout of them.classWhitespaceTokenStreamThis stream formatsObjectStreamofsamplesinto whitespace separated token strings. -
Uses of FilterObjectStream in opennlp.tools.util
Subclasses of FilterObjectStream in opennlp.tools.util Modifier and Type Class Description classEventTraceStreamclassParagraphStreamAFilterObjectStreamwhich merges text lines into paragraphs.
-