pystemmer 2.0.1+dfsg-3 source package in Ubuntu
Changelog
pystemmer (2.0.1+dfsg-3) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Repository. [ Stefano Rivera ] * Drop -dbg package, no longer needed now that pydebug builds of python can use the regular python ABI in extensions. (Closes: #994341) * Bump Standards-Version to 4.6.0, no changes needed. -- Stefano Rivera <email address hidden> Wed, 15 Sep 2021 12:45:38 -0700
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pystemmer_2.0.1+dfsg-3.dsc | 1.5 KiB | 208e7f3b0f24b665bc2a3993eb9331c5e0c884446cd32afd05593c65f972be49 |
pystemmer_2.0.1+dfsg.orig.tar.xz | 206.0 KiB | 3532d2a35029e5cfc11bcdd65ee5b874c1a2994354d9c405d6b49c4a1d39e965 |
pystemmer_2.0.1+dfsg-3.debian.tar.xz | 6.7 KiB | 4dd2c8a78c336eb5a22d9ea13f2d95211ca49d5aab0fa1fadb046165f555ad03 |
Available diffs
No changes file available.
Binary packages built by this source
- python3-stemmer: Python 3 bindings for libstemmer - snowball stemming algorithms
PyStemmer provides access to efficient algorithms for calculating a "stemmed"
form of a word. This is a form with most of the common morphological endings
removed; hopefully representing a common linguistic base form. This is most
useful in building search engines and information retrieval software; for
example, a search with stemming enabled should be able to find a document
containing "cycling" given the query "cycles".
.
PyStemmer provides algorithms for several (mainly European) languages, by
wrapping the libstemmer library from the Snowball project in a Python 3
module.
.
It also provides access to the classic Porter stemming algorithm for English:
although this has been superseded by an improved algorithm, the original
algorithm may be of interest to information retrieval researchers wishing to
reproduce results of earlier experiments.
- python3-stemmer-dbgsym: debug symbols for python3-stemmer