See: Description
| Class | Description |
|---|---|
| Detector |
Detector class is to detect language from specified text. |
| DetectorFactory |
Language Detector Factory Class
This class manages an initialization and constructions of
Detector. |
| GenProfile |
Load Wikipedia's abstract XML as corpus and
generate its language profile in JSON format.
|
| Language |
Language is to store the detected language. |
| Enum | Description |
|---|---|
| ErrorCode |
| Exception | Description |
|---|---|
| LangDetectException |
Ngram-based language detection methods for text.