| Interface | Description |
|---|---|
| LanguageDetector |
Guesses the language of an input string or text.
|
| Class | Description |
|---|---|
| DetectedLanguage |
Holds information about a detected language: the locale (language) and the probability.
|
| LanguageDetectorBuilder |
Builder for
LanguageDetector. |
| LanguageDetectorImpl |
This class is immutable and thus thread-safe.
|
| NgramFrequencyData |
Contains frequency information for n-grams coming from multiple
LanguageProfiles. |
Copyright © 2016. All rights reserved.