SlackBuildsOrg/python/snowballstemmer
Nikos Giotis 7b3de80166 python/snowballstemmer: Added (stemmer algorithms for python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-05 11:07:48 +07:00
..
README
slack-desc
snowballstemmer.info
snowballstemmer.SlackBuild

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. 
PyStemmer is an optional dependency.