python-guess-language

library to detect the natural language of a text (Python 2 version)
  https://bitbucket.org/spirit/guess_language
  0
  no reviews



Guess_language is a Python library to guess the natural language that a given text is written it. To achieve this, it uses models precomputed for each language and, optionally, spellchecking of words via pyenchant library.

This package installs the library for Python2.