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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: python-langdetect
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
python-six,
python3-all,
python3-setuptools,
python3-six
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/Mimino666/langdetect
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-langdetect
Vcs-Git: https://salsa.debian.org/python-team/modules/python-langdetect.git
Package: python-langdetect
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Suggests: python-langdetect-doc
Description: Python library for language-detection (Python 2)
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.
Package: python3-langdetect
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-langdetect-doc
Description: Python library for language-detection (Python 3)
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 3.
|