pystemmer 2.2.0.1-2 source package in Ubuntu

Changelog

pystemmer (2.2.0.1-2) unstable; urgency=medium

  * Patch: Allow building with Cython 3.

 -- Stefano Rivera <email address hidden>  Sat, 25 Nov 2023 16:37:40 +0000

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pystemmer_2.2.0.1-2.dsc 1.5 KiB a86005066e58955a36ca7e9664fe274618dd3f9e23d80b2aba313975d702d097
pystemmer_2.2.0.1.orig.tar.gz 295.9 KiB 9f3b366f1ed06b49dc1868bf0aefd884423db80f3431be442d0f993e448cc67b
pystemmer_2.2.0.1-2.debian.tar.xz 5.8 KiB b9ac239a211b164439acc75dbc4b56467d06b7281071c1a5b8838dbb6561bb6e

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