diff options
Diffstat (limited to 'python/snowballstemmer/README')
-rw-r--r-- | python/snowballstemmer/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/snowballstemmer/README b/python/snowballstemmer/README index 67f94626da..5281197006 100644 --- a/python/snowballstemmer/README +++ b/python/snowballstemmer/README @@ -1,6 +1,6 @@ snowballstemmer -This package provides 16 stemmer algorithms (15 + Poerter English stemmer) +This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. It includes following language algorithms: @@ -21,5 +21,6 @@ It includes following language algorithms: Swedish Turkish -This is a pure Python stemming library. -PyStemmer is an optional dependency.
\ No newline at end of file +This is a pure Python stemming library. + +Optional dependencies: PyStemmer, python3 |