Commit graph

4 commits

Author SHA1 Message Date
adam
a483d00e2b py-snowballstemmer: updated to 2.0.0
snowballstemmer 2.0.0:
* Simplified generated code for ``repeat`` and ``atleast`` commands.
* Implemented “go grouping” optimisation.
* Removed caching layer.
* Enabled building wheels.
* Updated package README.
2019-10-16 07:24:13 +00:00
adam
7964411abc py-snowballstemmer: updated to 1.9.1
snowballstemmer 1.9.1:
* Added Hindi stemmer.
* Added Basque and Catalan stemmers.
* Improved Greek stemmer.
* Various Python code improvements.
* Fixed AttributeError when clearing cache.
* The tarball now includes a COPYING file.
2019-09-07 07:22:14 +00:00
adam
efcddbc2ca py-snowballstemmer: updated to 1.9.0
1.9.0:
Unknown changes
2019-08-25 12:35:50 +00:00
wiz
381fa3e25a Import py-snowballstemmer-1.2.1 as textproc/py-snowballstemmer.
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms.

It includes following language algorithms:

    Danish
    Dutch
    English (Standard, Porter)
    Finnish
    French
    German
    Hungarian
    Italian
    Norwegian
    Portuguese
    Romanian
    Russian
    Spanish
    Swedish
    Turkish

This is a pure Python stemming library.
2016-01-17 13:16:49 +00:00