Verwendungen von Klasse
opennlp.tools.util.FilterObjectStream
Packages, die FilterObjectStream verwenden
Package
Beschreibung
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.
-
Verwendungen von FilterObjectStream in opennlp.tools.chunker
Unterklassen von FilterObjectStream in opennlp.tools.chunkerModifizierer und TypKlasseBeschreibungclass
Parses the conll 2000 shared task shallow parser training data. -
Verwendungen von FilterObjectStream in opennlp.tools.cmdline.namefind
Unterklassen von FilterObjectStream in opennlp.tools.cmdline.namefindModifizierer und TypKlasseBeschreibungclass
Counts tokens, sentences and names by type. -
Verwendungen von FilterObjectStream in opennlp.tools.doccat
Unterklassen von FilterObjectStream in opennlp.tools.doccatModifizierer und TypKlasseBeschreibungclass
Reads in string encoded training samples, parses them and outputsDocumentSample
objects. -
Verwendungen von FilterObjectStream in opennlp.tools.formats
Unterklassen von FilterObjectStream in opennlp.tools.formatsModifizierer und TypKlasseBeschreibungclass
Parses the data from the CONLL 06 shared task into POS Samples. -
Verwendungen von FilterObjectStream in opennlp.tools.formats.ad
Unterklassen von FilterObjectStream in opennlp.tools.formats.adModifizierer und TypKlasseBeschreibungclass
Stream filter which merges text lines into sentences, following the Arvores Deitadas syntax. -
Verwendungen von FilterObjectStream in opennlp.tools.formats.brat
Unterklassen von FilterObjectStream in opennlp.tools.formats.bratModifizierer und TypKlasseBeschreibungclass
Generates Name Sample objects for a Brat Document object.class
-
Verwendungen von FilterObjectStream in opennlp.tools.formats.conllu
Unterklassen von FilterObjectStream in opennlp.tools.formats.conlluModifizierer und TypKlasseBeschreibungclass
class
class
class
-
Verwendungen von FilterObjectStream in opennlp.tools.formats.convert
Unterklassen von FilterObjectStream in opennlp.tools.formats.convertModifizierer und TypKlasseBeschreibungclass
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! -
Verwendungen von FilterObjectStream in opennlp.tools.formats.frenchtreebank
Unterklassen von FilterObjectStream in opennlp.tools.formats.frenchtreebank -
Verwendungen von FilterObjectStream in opennlp.tools.formats.letsmt
Unterklassen von FilterObjectStream in opennlp.tools.formats.letsmt -
Verwendungen von FilterObjectStream in opennlp.tools.formats.masc
Unterklassen von FilterObjectStream in opennlp.tools.formats.mascModifizierer und TypKlasseBeschreibungclass
class
class
class
-
Verwendungen von FilterObjectStream in opennlp.tools.formats.moses
Unterklassen von FilterObjectStream in opennlp.tools.formats.moses -
Verwendungen von FilterObjectStream in opennlp.tools.formats.muc
Unterklassen von FilterObjectStream in opennlp.tools.formats.muc -
Verwendungen von FilterObjectStream in opennlp.tools.formats.ontonotes
Unterklassen von FilterObjectStream in opennlp.tools.formats.ontonotesModifizierer und TypKlasseBeschreibungclass
Reads a plain text file and return each line as aString
object.class
Name Sample Stream parser for the OntoNotes 4.0 corpus.class
-
Verwendungen von FilterObjectStream in opennlp.tools.langdetect
Unterklassen von FilterObjectStream in opennlp.tools.langdetectModifizierer und TypKlasseBeschreibungclass
This class reads in string encodedtraining samples
, parses them and outputsLanguageSample
objects. -
Verwendungen von FilterObjectStream in opennlp.tools.lemmatizer
Unterklassen von FilterObjectStream in opennlp.tools.lemmatizer -
Verwendungen von FilterObjectStream in opennlp.tools.namefind
Unterklassen von FilterObjectStream in opennlp.tools.namefindModifizierer und TypKlasseBeschreibungclass
TheNameSampleDataStream
class converts taggedstrings
provided by aDataStream
toNameSample
objects.class
Astream
which removesname samples
which do not have a certain type. -
Verwendungen von FilterObjectStream in opennlp.tools.parser
Unterklassen von FilterObjectStream in opennlp.tools.parserModifizierer und TypKlasseBeschreibungclass
class
class
-
Verwendungen von FilterObjectStream in opennlp.tools.postag
Unterklassen von FilterObjectStream in opennlp.tools.postagModifizierer und TypKlasseBeschreibungclass
A stream filter which reads a sentence per line which contains words and tags inword_tag
format and outputs aPOSSample
objects. -
Verwendungen von FilterObjectStream in opennlp.tools.sentdetect
Unterklassen von FilterObjectStream in opennlp.tools.sentdetectModifizierer und TypKlasseBeschreibungclass
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. -
Verwendungen von FilterObjectStream in opennlp.tools.tokenize
Unterklassen von FilterObjectStream in opennlp.tools.tokenizeModifizierer und TypKlasseBeschreibungclass
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. -
Verwendungen von FilterObjectStream in opennlp.tools.util
Unterklassen von FilterObjectStream in opennlp.tools.utilModifizierer und TypKlasseBeschreibungclass
class
AFilterObjectStream
which merges text lines into paragraphs.