Source: python-guess-language
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               dh-python,
               python3,
               python3-setuptools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/python-guess-language
Vcs-Git: https://salsa.debian.org/debian/python-guess-language.git
Homepage: https://bitbucket.org/spirit/guess_language

Package: python3-guess-language
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-enchant
Description: library to detect the natural language of a text (Python 3 version)
 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 Python 3.
