Source: python-guess-language
Section: python
Priority: extra
Maintainer: Tomasz Buchert <tomasz@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python3-dev
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/spirit/guess_language
Vcs-Git: git://anonscm.debian.org/collab-maint/python-guess-language.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-guess-language.git

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