Uses of Class
opennlp.tools.util.FilterObjectStream
Packages that use FilterObjectStream
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the
Arvores Deitadas corpus
format.Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
Experimental package related to the CoNNL-U format.
Experimental package related to the French Treebank format.
Experimental package related to the
letsmt
corpus format.Experimental package related to the
MASC
corpus format.Experimental package related to the
MUC
corpus format.Experimental package related to the OntoNotes 4.0 format.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
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.chunkerModifier and TypeClassDescriptionclass
Parses the conll 2000 shared task shallow parser training data. -
Uses of FilterObjectStream in opennlp.tools.cmdline.namefind
Subclasses of FilterObjectStream in opennlp.tools.cmdline.namefindModifier and TypeClassDescriptionclass
Counts tokens, sentences and names by type. -
Uses of FilterObjectStream in opennlp.tools.doccat
Subclasses of FilterObjectStream in opennlp.tools.doccatModifier and TypeClassDescriptionclass
Reads in string encoded training samples, parses them and outputsDocumentSample
objects. -
Uses of FilterObjectStream in opennlp.tools.formats
Subclasses of FilterObjectStream in opennlp.tools.formatsModifier and TypeClassDescriptionclass
Parses 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.adModifier and TypeClassDescriptionclass
Stream 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.bratModifier and TypeClassDescriptionclass
Generates Name Sample objects for a Brat Document object.class
-
Uses of FilterObjectStream in opennlp.tools.formats.conllu
Subclasses of FilterObjectStream in opennlp.tools.formats.conlluModifier and TypeClassDescriptionclass
class
class
class
-
Uses of FilterObjectStream in opennlp.tools.formats.convert
Subclasses of FilterObjectStream in opennlp.tools.formats.convertModifier and TypeClassDescriptionclass
class
Note: Do not use this class, internal use only!class
Provides the ability to read the contents of files contained in an object stream of files.class
Note: Do not use this class, internal use only!class
Note: Do not use this class, internal use only!class
Note: Do not use this class, internal use only!class
Note: Do not use this class, internal use only!class
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 -
Uses of FilterObjectStream in opennlp.tools.formats.letsmt
Subclasses of FilterObjectStream in opennlp.tools.formats.letsmt -
Uses of FilterObjectStream in opennlp.tools.formats.masc
Subclasses of FilterObjectStream in opennlp.tools.formats.mascModifier and TypeClassDescriptionclass
class
class
class
-
Uses of FilterObjectStream in opennlp.tools.formats.moses
Subclasses of FilterObjectStream in opennlp.tools.formats.moses -
Uses of FilterObjectStream in opennlp.tools.formats.muc
Subclasses of FilterObjectStream in opennlp.tools.formats.muc -
Uses of FilterObjectStream in opennlp.tools.formats.ontonotes
Subclasses of FilterObjectStream in opennlp.tools.formats.ontonotesModifier and TypeClassDescriptionclass
Reads a plain text file and return each line as aString
object.class
Name Sample Stream parser for the OntoNotes 4.0 corpus.class
-
Uses of FilterObjectStream in opennlp.tools.langdetect
Subclasses of FilterObjectStream in opennlp.tools.langdetectModifier and TypeClassDescriptionclass
This class reads in string encodedtraining samples
, parses them and outputsLanguageSample
objects. -
Uses of FilterObjectStream in opennlp.tools.lemmatizer
Subclasses of FilterObjectStream in opennlp.tools.lemmatizer -
Uses of FilterObjectStream in opennlp.tools.namefind
Subclasses of FilterObjectStream in opennlp.tools.namefindModifier and TypeClassDescriptionclass
TheNameSampleDataStream
class converts taggedstrings
provided by aDataStream
toNameSample
objects.class
Astream
which removesname samples
which do not have a certain type. -
Uses of FilterObjectStream in opennlp.tools.parser
Subclasses of FilterObjectStream in opennlp.tools.parserModifier and TypeClassDescriptionclass
class
class
-
Uses of FilterObjectStream in opennlp.tools.postag
Subclasses of FilterObjectStream in opennlp.tools.postagModifier and TypeClassDescriptionclass
A stream filter which reads a sentence per line which contains words and tags inword_tag
format and outputs aPOSSample
objects. -
Uses of FilterObjectStream in opennlp.tools.sentdetect
Subclasses of FilterObjectStream in opennlp.tools.sentdetectModifier and TypeClassDescriptionclass
ObjectStream
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
This class is a stream filter which reads a sentence by line samples from anObjectStream
and converts them intoSentenceSample
objects. -
Uses of FilterObjectStream in opennlp.tools.tokenize
Subclasses of FilterObjectStream in opennlp.tools.tokenizeModifier and TypeClassDescriptionclass
This class is astream filter
which reads in string encoded samples and createssamples
out of them.class
This stream formatsObjectStream
ofsamples
into whitespace separated token strings. -
Uses of FilterObjectStream in opennlp.tools.util
Subclasses of FilterObjectStream in opennlp.tools.utilModifier and TypeClassDescriptionclass
class
AFilterObjectStream
which merges text lines into paragraphs.