Uses of Class
opennlp.tools.formats.LanguageSampleStreamFactory
-
Packages that use LanguageSampleStreamFactory 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.convert -
-
Uses of LanguageSampleStreamFactory in opennlp.tools.formats
Subclasses of LanguageSampleStreamFactory in opennlp.tools.formats Modifier and Type Class Description class
Conll02NameSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
Conll03NameSampleStreamFactory<P>
class
EvalitaNameSampleStreamFactory<P>
Note: Do not use this class, internal use only!class
TokenSampleStreamFactory<P>
Factory producing OpenNLPTokenSampleStream
s. -
Uses of LanguageSampleStreamFactory in opennlp.tools.formats.ad
Subclasses of LanguageSampleStreamFactory 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! -
Uses of LanguageSampleStreamFactory in opennlp.tools.formats.convert
Subclasses of LanguageSampleStreamFactory in opennlp.tools.formats.convert Modifier and Type Class Description class
ParseToPOSSampleStreamFactory
Note: Do not use this class, internal use only!
-