pystemmer 1.3.0+dfsg-1build2 source package in Ubuntu

Changelog

pystemmer (1.3.0+dfsg-1build2) trusty; urgency=medium

  * No change rebuild to drop python3.3 compiled extension.
 -- Dimitri John Ledkov <email address hidden>   Tue, 01 Apr 2014 14:39:58 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty 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-1build2.debian.tar.gz 6.2 KiB 1934238ad414b4566f1e50a6ac264a343f7096cc75a00c3b3471092709b797ce
pystemmer_1.3.0+dfsg-1build2.dsc 2.5 KiB c8b175eb61dbdab86d5ef721a0a14cad10bd92fe0d7c80f3a3374efc344d3477

View changes file

Binary packages built by this source

python-stemmer: No summary available for python-stemmer in ubuntu vivid.

No description available for python-stemmer in ubuntu vivid.

python-stemmer-dbg: No summary available for python-stemmer-dbg in ubuntu vivid.

No description available for python-stemmer-dbg in ubuntu vivid.

python-stemmer-doc: No summary available for python-stemmer-doc in ubuntu vivid.

No description available for python-stemmer-doc in ubuntu vivid.

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.