
Python port of langdetect, a language-detection library.
This library provides tools for
- generating language profiles from Wikipedia abstract xml
- detect the language of a text using naive Bayesian filter (99% over
precision for 53 languages).
This package installs the library for Python 2.