| Class | Description |
|---|---|
| LanguageDetector |
Short text language detection ported from langid:
https://github.com/saffsd/langid.py
|
| LanguageDetector.WeightedLocale |
A langauge with an associated confidence
|
| LanguageModel |
The data used by
LanguageDetector |
| MarkovChainLanguageModel |
Code to train, classify and generate language specific text by building a
first order Markov chain.
|