Package com.optimaize.langdetect
-
Interface Summary Interface Description LanguageDetector Guesses the language of an input string or text. -
Class Summary Class Description DetectedLanguage Holds information about a detected language: the locale (language) and the probability.LanguageDetectorBuilder Builder forLanguageDetector
.LanguageDetectorImpl This class is immutable and thus thread-safe.NgramFrequencyData Contains frequency information for n-grams coming from multipleLanguageProfile
s.