File: control

package info (click to toggle)
abydos 0.5.0%2Bgit20201231.344346a-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 90,736 kB
  • sloc: python: 75,614; makefile: 224; sh: 7
file content (51 lines) | stat: -rw-r--r-- 1,807 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: abydos
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-deprecation,
               python3-lzss <!nocheck>,
               python3-nltk <!nocheck>,
               python3-numpy,
               python3-paq <!nocheck>,
               python3-setuptools,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sphinxcontrib.bibtex <!nodoc>,
               python3-syllabipy <!nocheck>,
               sphinx <!nodoc>,
Standards-Version: 4.6.0
Homepage: https://github.com/chrislit/abydos
Vcs-Git: https://salsa.debian.org/python-team/packages/abydos.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/abydos
Rules-Requires-Root: no

Package: python3-abydos
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-abydos-doc,
          python3-lzss,
          python3-nltk,
          python3-paq,
          python3-syllabipy
Description: NLP/IR library of phonetic algorithms, string distances and more
 Abydos is a Python library containing about 40 phonetic algorithms, 35 string
 distance measures & metrics, 10 stemmers, and 10 string fingerprinters.
 .
 Some of the algorithms require installation of the suggested packages.

Package: python-abydos-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Recommends: python3-abydos
Description: Documentation of Abydos NLP/IR library
 This package contains the Abydos documentation in HTML and PDF formats
 and some example Jupyter Notebooks.
Build-Profiles: <!nodoc>