diff options
Diffstat (limited to 'python/PyStemmer/slack-desc')
-rw-r--r-- | python/PyStemmer/slack-desc | 19 |
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/ |