pystemmer 2.2.0.1-1build1 source package in Ubuntu

Changelog

pystemmer (2.2.0.1-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 20 Mar 2023 05:57:22 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Downloads

File Size SHA-256 Checksum
pystemmer_2.2.0.1.orig.tar.gz 295.9 KiB 9f3b366f1ed06b49dc1868bf0aefd884423db80f3431be442d0f993e448cc67b
pystemmer_2.2.0.1-1build1.debian.tar.xz 5.5 KiB d7aa1c62761ffb0327411e2d3bb7c443b0e8c44310659b89e53898d01f48094c
pystemmer_2.2.0.1-1build1.dsc 2.1 KiB 2a8547a612c1af5b6ad8ab2a0b8e0607755d0a2fc615f3f3405dd7c684a6ac3b

View changes file

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