pystemmer 1.3.0+dfsg-2 source package in Ubuntu

Changelog

pystemmer (1.3.0+dfsg-2) unstable; urgency=medium

  [ Stefano Rivera ]
  * Repack source using uscan's Files-Excluded feature.
  * Thanks for the NMUs.
  * Drop ancient versioned build-depends that are no longer relevant.
  * Drop B-D on python-docutils, no longer needed, without epydoc.
  * Bump debhelper compat level to 12.
    - Use B-D syntax.
    - Build with pybuild.
  * Name the license in the copyright file.
  * Bump Standards-Version to 4.4.0, no changes needed.
  * Drop python-stemmer-doc package, no longer useful.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/control: Remove XS-Testsuite field, not needed anymore
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

 -- Stefano Rivera <email address hidden>  Mon, 02 Sep 2019 21:29:57 -0300

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules 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_1.3.0+dfsg-2.dsc 2.0 KiB 3f51830bb685cd260bd49ed54f12503adc8c303d5957a90e404ad3cddd3203d3
pystemmer_1.3.0+dfsg.orig.tar.gz 232.1 KiB d0b37d73a50447089c0725ffee751a5d4a0b0456c4eac962d1edd5bc9f984bec
pystemmer_1.3.0+dfsg-2.debian.tar.xz 5.5 KiB d7abbfa9bfd51f960f7b7b9921ea8da104d7f70034919e96a87728c6cfffbe56

No changes file available.

Binary packages built by this source

python-stemmer: Python 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 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.

python-stemmer-dbg: Python 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 module.
 .
 This package contains the extensions built for the Python debug interpreter.

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.