summaryrefslogtreecommitdiffstats
path: root/python/PyStemmer/slack-desc
diff options
context:
space:
mode:
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
commit66f974475ff3c17432c32653626a225cade03294 (patch)
treec5a9b2e4dc70d7995d20dc3e6c921fee720c84cc /python/PyStemmer/slack-desc
parent847c66a1c5036590b10db27f936220a5f6cdcdf8 (diff)
downloadslackbuilds-66f974475ff3c17432c32653626a225cade03294.tar.gz
slackbuilds-66f974475ff3c17432c32653626a225cade03294.tar.xz
python/PyStemmer: Added (Snowball stemming algorithms).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/PyStemmer/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyStemmer/slack-desc b/python/PyStemmer/slack-desc
new file mode 100644
index 0000000000..41ee88af53
--- /dev/null
+++ b/python/PyStemmer/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+PyStemmer: PyStemmer (Snowball stemming algorithms, for information retrieval)
+PyStemmer:
+PyStemmer: PyStemmer provides access to efficient algorithms for calculating a
+PyStemmer: "stemmed" form of a word. This is a form with most of the common
+PyStemmer: morphological endings removed; hopefully representing a common
+PyStemmer: linguistic base form. This is most useful in building search engines
+PyStemmer: and information retrieval software; for example, a search with
+PyStemmer: stemming enabled should be able to find a document containing
+PyStemmer: "cycling" given the query "cycles".
+PyStemmer:
+PyStemmer: http://snowball.tartarus.org/