diff options
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 000000000000..67f94626daf0 --- /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 |