File: control

package info (click to toggle)
python-snowballstemmer 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 596 kB
  • ctags: 816
  • sloc: python: 11,089; makefile: 5
file content (64 lines) | stat: -rw-r--r-- 1,677 bytes parent folder | download | duplicates (2)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: python-snowballstemmer
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>=9),
 dh-python,
 python-all,
 python-setuptools (>= 20.7.0),
 python3-all,
 python3-setuptools (>= 20.7.0)
Standards-Version: 3.9.8
Homepage: https://github.com/shibukawa/snowball_py
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-snowballstemmer.git
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-snowballstemmer.git

Package: python-snowballstemmer
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-stemmer
Description: Pure Python Snowball stemming library
 Snowball stemming library collection for Python, provides 16 stemmer
 algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
 It includes following language algorithms:
  - Danish
  - Dutch
  - English (Standard, Porter)
  - Finnish
  - French
  - German
  - Hungarian
  - Italian
  - Norwegian
  - Portuguese
  - Romanian
  - Russian
  - Spanish
  - Swedish
  - Turkish

Package: python3-snowballstemmer
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-stemmer
Description: Pure Python 3 Snowball stemming library
 Snowball stemming library collection for Python 3, provides 16 stemmer
 algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
 It includes following language algorithms:
  - Danish
  - Dutch
  - English (Standard, Porter)
  - Finnish
  - French
  - German
  - Hungarian
  - Italian
  - Norwegian
  - Portuguese
  - Romanian
  - Russian
  - Spanish
  - Swedish
  - Turkish