Uses of Class
opennlp.tools.langdetect.LanguageDetectorModel
Packages that use LanguageDetectorModel
-
Uses of LanguageDetectorModel in opennlp.tools.langdetect
Fields in opennlp.tools.langdetect declared as LanguageDetectorModelMethods in opennlp.tools.langdetect that return LanguageDetectorModelModifier and TypeMethodDescriptionstatic LanguageDetectorModelLanguageDetectorME.train(opennlp.tools.util.ObjectStream<opennlp.tools.langdetect.LanguageSample> samples, opennlp.tools.util.TrainingParameters mlParams, LanguageDetectorFactory factory) Starts a training of aLanguageDetectorModelwith the given parameters.Constructors in opennlp.tools.langdetect with parameters of type LanguageDetectorModelModifierConstructorDescriptionInitializes an instance with a specificLanguageDetectorModel.Initializes aThreadSafeLanguageDetectorMEwith the specifiedmodel.