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
|
Source: anorack
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Georg Faerber <georg@riseup.net>,
Build-Depends: debhelper-compat (= 13),
dh-python,
espeak-ng,
python3,
python3-docutils,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/anorack.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/anorack
Homepage: https://jwilk.net/software/anorack
Rules-Requires-Root: no
Package: anorack
Architecture: all
Depends: libespeak-ng1 | libespeak1,
python3,
${misc:Depends},
${python3:Depends},
Description: specialized spell-checker that finds incorrect indefinite articles
The English language has two indefinite articles:
.
- a: used before words that begin with a consonant sound (e.g., a program, a
host, a user);
.
- an: used before words that begin with a vowel sound (e.g., an example, an
hour, an undefined variable).
.
anorack is a specialized spell-checker that finds incorrect usage of these
articles.
|