pystemmer 2.2.0.1-1 source package in Ubuntu
Changelog
pystemmer (2.2.0.1-1) unstable; urgency=medium * New upstream release. - DFSG repack no longer needed, upstream dropped the bundled libstemmer. * Drop patches, superseded upstream. * Bump Standards-Version to 4.6.2, no changes needed. * Bump copyright years. -- Stefano Rivera <email address hidden> Thu, 26 Jan 2023 13:54:34 -0400
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.2.0.1-1.dsc | 1.5 KiB | 42d0bcd7ce30d3337a0e3bffa900c4e12fb6e4b79917f1d61e834787817982b0 |
pystemmer_2.2.0.1.orig.tar.gz | 295.9 KiB | 9f3b366f1ed06b49dc1868bf0aefd884423db80f3431be442d0f993e448cc67b |
pystemmer_2.2.0.1-1.debian.tar.xz | 5.4 KiB | 033201748ae1fd9fdd2ab97456a7997341013dc15e3f5ccb3ca7600ff2222d22 |
Available diffs
- diff from 2.2.0+dfsg-1 to 2.2.0.1-1 (46.6 KiB)
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