public interface LanguageDetector
| Modifier and Type | Method and Description |
|---|---|
Language |
detect(java.lang.String text)
Detects a language id that must consist of two letter together with a confidence coefficient.
|
Language detect(java.lang.String text)
text - text to detect a language from