File: control

package info (click to toggle)
python-guess-language 0.5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 796 kB
  • sloc: python: 21,412; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.