summaryrefslogtreecommitdiffstats
path: root/python/snowballstemmer/README
diff options
context:
space:
mode:
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
commit44f5e093bb02394fd73d8a16e32a009a85392446 (patch)
treee27c5f42ebd62a2c69c95067419bc08cd81c3dd5 /python/snowballstemmer/README
parent5210399b24831d3168a517beba4757c3ffb45f34 (diff)
downloadslackbuilds-44f5e093bb02394fd73d8a16e32a009a85392446.tar.gz
slackbuilds-44f5e093bb02394fd73d8a16e32a009a85392446.tar.xz
python/snowballstemmer: Add python3 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/snowballstemmer/README')
-rw-r--r--python/snowballstemmer/README7
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