Thu Sep 18 16:28:59 2008 Uwe Schmitt * setup.py: replaced Pyrex by Cython for builing src/Stemmer.c Results in faster stemming. * libstemmer_c/: imported the current version from http://snowball.tartarus.org/dist/libstemmer_c.tgz * libstemmer_c/MANIFEST: deleted line "libstemmer/libstemmer.c" in order to avoid error messages about duplicate symbols when building the Python extension. * Bump version number to 1.1.0 Mon Jun 19 07:51:38 BST 2006 Richard Boulton * setup.py: fix setup.py to work with python 2.3: don't use "set", which doesn't exist before python 2.4. * Stemmer.pyx: Add module-level "version()" function, to determine version of Stemmer. General tidying up, too. * Bump version number to 1.0.1 Sun Jun 11 22:22:00 BST 2006 Richard Boulton * Release initial package of PyStemmer, version 1.0