diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 11:07:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 11:07:48 +0700 |
commit | 7b3de8016655feee54199daa4aeb436bb32a86d2 (patch) | |
tree | fd1236f2c74509fd7fde003c7fbc50795f469bac /python/snowballstemmer/README | |
parent | f597e65633105466403a6e9a8c7108a092f86e04 (diff) | |
download | slackbuilds-7b3de8016655feee54199daa4aeb436bb32a86d2.tar.gz |
python/snowballstemmer: Added (stemmer algorithms for python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/snowballstemmer/README')
-rw-r--r-- | python/snowballstemmer/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/python/snowballstemmer/README b/python/snowballstemmer/README new file mode 100644 index 0000000000..67f94626da --- /dev/null +++ b/python/snowballstemmer/README @@ -0,0 +1,25 @@ +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.
\ No newline at end of file |