diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 11:02:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 11:02:08 +0700 |
commit | 66f974475ff3c17432c32653626a225cade03294 (patch) | |
tree | c5a9b2e4dc70d7995d20dc3e6c921fee720c84cc /python/PyStemmer/PyStemmer.info | |
parent | 847c66a1c5036590b10db27f936220a5f6cdcdf8 (diff) |
python/PyStemmer: Added (Snowball stemming algorithms).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyStemmer/PyStemmer.info')
-rw-r--r-- | python/PyStemmer/PyStemmer.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/PyStemmer/PyStemmer.info b/python/PyStemmer/PyStemmer.info new file mode 100644 index 000000000000..8b0607a73039 --- /dev/null +++ b/python/PyStemmer/PyStemmer.info @@ -0,0 +1,10 @@ +PRGNAM="PyStemmer" +VERSION="1.3.0" +HOMEPAGE="http://snowball.tartarus.org/" +DOWNLOAD="https://pypi.python.org/packages/21/ee/19e0e4ec9398cc022617baa5f013fd415cce4887748245126aa6d4fac3c6/PyStemmer-1.3.0.tar.gz" +MD5SUM="46ee623eeeba5a7cc0d95cbfa7e18abd" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Nikos Giotis" +EMAIL="nikos.giotis@gmail.com" |