diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2018-02-13 16:45:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:55 +0700 |
commit | 44f5e093bb02394fd73d8a16e32a009a85392446 (patch) | |
tree | e27c5f42ebd62a2c69c95067419bc08cd81c3dd5 /python/snowballstemmer/README | |
parent | 5210399b24831d3168a517beba4757c3ffb45f34 (diff) |
python/snowballstemmer: Add python3 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 67f94626daf09..5281197006da3 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 |