Uses of Interface
com.optimaize.langdetect.LanguageDetector
-
Packages that use LanguageDetector Package Description com.optimaize.langdetect com.optimaize.langdetect.cybozu Original language detection classes from https://code.google.com/p/language-detection/ -
-
Uses of LanguageDetector in com.optimaize.langdetect
Classes in com.optimaize.langdetect that implement LanguageDetector Modifier and Type Class Description class
LanguageDetectorImpl
This class is immutable and thus thread-safe.Methods in com.optimaize.langdetect that return LanguageDetector Modifier and Type Method Description LanguageDetector
LanguageDetectorBuilder. build()
-
Uses of LanguageDetector in com.optimaize.langdetect.cybozu
Methods in com.optimaize.langdetect.cybozu that return LanguageDetector Modifier and Type Method Description private LanguageDetector
CommandLineInterface. makeDetector()
Using all language profiles from the given directory.
-