Uses of Class
opennlp.tools.formats.AbstractSampleStreamFactory
-
Packages that use AbstractSampleStreamFactory Package Description opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.ad Experimental package related to theArvores Deitadas corpus
format.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.irishsentencebank Experimental package related to the Irish Sentence Bank format.opennlp.tools.formats.leipzig Experimental package related to theLeipzig
corpus format.opennlp.tools.formats.letsmt Experimental package related to theletsmt
corpus format.opennlp.tools.formats.masc Experimental package related to theMASC
corpus format.opennlp.tools.formats.moses opennlp.tools.formats.muc Experimental package related to theMUC
corpus format.opennlp.tools.formats.nkjp Experimental package related to the National corpus of PolishNKJP
format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format. -
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats Modifier and Type Class Description class
BioNLP2004NameSampleStreamFactory<P>
class
ChunkerSampleStreamFactory<P>
Factory producing OpenNLPChunkSampleStream
s.class
Conll02NameSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
Conll03NameSampleStreamFactory<P>
class
ConllXPOSSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ConllXSentenceSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ConllXTokenSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
DetokenizerSampleStreamFactory<T,P>
Base class for factories which need aDetokenizer
.class
DocumentSampleStreamFactory<P>
Factory producing OpenNLPDocumentSampleStream
s.class
EvalitaNameSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
LanguageDetectorSampleStreamFactory<P>
Factory producing OpenNLPDocumentSampleStream
s.class
LanguageSampleStreamFactory<T,P>
Stream factory for those streams which carry language.class
LemmatizerSampleStreamFactory<P>
Factory producing OpenNLPLemmaSampleStream
s.class
NameSampleDataStreamFactory<P>
Factory producing OpenNLPNameSampleDataStream
s.class
ParseSampleStreamFactory<P>
Factory producing OpenNLPParseSampleStream
s.class
SentenceSampleStreamFactory<P>
Factory producing OpenNLPSentenceSampleStream
s.class
TokenSampleStreamFactory<P>
Factory producing OpenNLPTokenSampleStream
s.class
TwentyNewsgroupSampleStreamFactory<P>
class
WordTagSampleStreamFactory<P>
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.ad
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.ad Modifier and Type Class Description class
ADChunkSampleStreamFactory<P>
A Factory to create a Arvores Deitadas ChunkStream from the command line utility.class
ADNameSampleStreamFactory<P>
A Factory to create a Arvores Deitadas NameSampleDataStream from the command line utility.class
ADPOSSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ADSentenceSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ADTokenSampleStreamFactory<P>
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.brat
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.brat Modifier and Type Class Description class
BratNameSampleStreamFactory
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.conllu
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.conllu Modifier and Type Class Description class
ConlluLemmaSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ConlluPOSSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ConlluSentenceSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ConlluTokenSampleStreamFactory<P>
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.convert
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.convert Modifier and Type Class Description class
NameToSentenceSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
NameToTokenSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
ParseToPOSSampleStreamFactory
Note: Do not use this class, internal use only!class
ParseToSentenceSampleStreamFactory
Note: Do not use this class, internal use only!class
ParseToTokenSampleStreamFactory
Note: Do not use this class, internal use only!class
POSToSentenceSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
POSToTokenSampleStreamFactory<P>
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.frenchtreebank
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.frenchtreebank Modifier and Type Class Description class
ConstitParseSampleStreamFactory
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.irishsentencebank
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.irishsentencebank Modifier and Type Class Description class
IrishSentenceBankSentenceStreamFactory<P>
class
IrishSentenceBankTokenSampleStreamFactory<P>
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.leipzig
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.leipzig Modifier and Type Class Description class
LeipzigLanguageSampleStreamFactory<P>
Note: Do not use this class, internal use only! -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.letsmt
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.letsmt Modifier and Type Class Description class
LetsmtSentenceStreamFactory<P>
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.masc
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.masc Modifier and Type Class Description class
MascNamedEntitySampleStreamFactory<P>
class
MascPOSSampleStreamFactory<P>
class
MascSentenceSampleStreamFactory<P>
class
MascTokenSampleStreamFactory<P>
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.moses
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.moses Modifier and Type Class Description class
MosesSentenceSampleStreamFactory<P>
Factory producing OpenNLPMosesSentenceSampleStream
objects. -
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.muc
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.muc Modifier and Type Class Description class
Muc6NameSampleStreamFactory
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.nkjp
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.nkjp Modifier and Type Class Description class
NKJPSentenceSampleStreamFactory<P>
-
Uses of AbstractSampleStreamFactory in opennlp.tools.formats.ontonotes
Subclasses of AbstractSampleStreamFactory in opennlp.tools.formats.ontonotes Modifier and Type Class Description class
OntoNotesNameSampleStreamFactory
class
OntoNotesParseSampleStreamFactory
class
OntoNotesPOSSampleStreamFactory
-