pystemmer 1.3.0+dfsg-2build1 source package in Ubuntu
Changelog
pystemmer (1.3.0+dfsg-2build1) focal; urgency=medium * No-change rebuild to drop python3.7. -- Matthias Klose <email address hidden> Tue, 18 Feb 2020 10:45:18 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pystemmer_1.3.0+dfsg.orig.tar.gz | 232.1 KiB | d0b37d73a50447089c0725ffee751a5d4a0b0456c4eac962d1edd5bc9f984bec |
pystemmer_1.3.0+dfsg-2build1.debian.tar.xz | 5.6 KiB | 4f0a51373ddbc8b9d55ee4aa268e80dc4a5936b0d1dd40678b9ecf76ca80d137 |
pystemmer_1.3.0+dfsg-2build1.dsc | 2.4 KiB | 263db232d534f5fb9c7d335ffd3b96ddc4446d212ad72cef3729cedb04e3f007 |
Available diffs
Binary packages built by this source
- python-stemmer: No summary available for python-stemmer in ubuntu groovy.
No description available for python-stemmer in ubuntu groovy.
- python-stemmer-dbg: No summary available for python-stemmer-dbg in ubuntu groovy.
No description available for python-stemmer-dbg in ubuntu groovy.
- 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-dbg: Python 3 bindings for libstemmer (debug extension)
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.
.
PyStemmer provides algorithms for several (mainly European) languages, by
wrapping the libstemmer library from the Snowball project in a Python 3
module.
.
This package contains the extensions built for the Python 3 debug interpreter.