python-langdetect

Python library for language-detection (Python 2)
  https://github.com/Mimino666/langdetect
  0
  no reviews



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.