Uses of Package
opennlp.tools.langdetect
Packages that use opennlp.tools.langdetect
Package
Description
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the
Leipzig
corpus format.Package related to predicting languages from samples of text.
-
Classes in opennlp.tools.langdetect used by opennlp.tools.cmdline.langdetectClassDescriptionA marker interface for evaluating
language detectors
.TheLanguageDetectorModel
is the model used by a learnableLanguageDetector
.Holds a classified document and itsLanguage
. -
Classes in opennlp.tools.langdetect used by opennlp.tools.formats
-
Classes in opennlp.tools.langdetect used by opennlp.tools.formats.leipzig
-
Classes in opennlp.tools.langdetect used by opennlp.tools.langdetectClassDescriptionClass for holding the document language and its confidenceThe interface for
LanguageDetector
which predicts theLanguage
for a context.A context generator interface forLanguageDetector
.A marker interface for evaluatinglanguage detectors
.Default factory used byLanguageDetector
.TheLanguageDetectorModel
is the model used by a learnableLanguageDetector
.Holds a classified document and itsLanguage
.A data container encapsulating language detection results.