[Python-modules-commits] r12252 - in packages/pystemmer/trunk/debian (control)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Mar 13 16:52:05 UTC 2010


    Date: Saturday, March 13, 2010 @ 16:52:00
  Author: stefanor-guest
Revision: 12252

Reduce -dbg description

Modified:
  packages/pystemmer/trunk/debian/control

Modified: packages/pystemmer/trunk/debian/control
===================================================================
--- packages/pystemmer/trunk/debian/control	2010-03-13 16:43:13 UTC (rev 12251)
+++ packages/pystemmer/trunk/debian/control	2010-03-13 16:52:00 UTC (rev 12252)
@@ -40,17 +40,9 @@
 Description: Python bindings for libstemmer - snowball stemming algorithms (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.  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".
+ 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.
  .
- 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.
- .
  This package contains the extensions built for the Python debug interpreter.




More information about the Python-modules-commits mailing list