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 classLanguageDetectorImplThis class is immutable and thus thread-safe.Methods in com.optimaize.langdetect that return LanguageDetector Modifier and Type Method Description LanguageDetectorLanguageDetectorBuilder. build() -
Uses of LanguageDetector in com.optimaize.langdetect.cybozu
Methods in com.optimaize.langdetect.cybozu that return LanguageDetector Modifier and Type Method Description private LanguageDetectorCommandLineInterface. makeDetector()Using all language profiles from the given directory.
-