# 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------------------------------------------------------| python3-PyStemmer: python3-PyStemmer (Snowball stemming algorithms, for info. retrieval) python3-PyStemmer: python3-PyStemmer: PyStemmer provides access to efficient algorithms for calculating a python3-PyStemmer: "stemmed" form of a word. This is a form with most of the common python3-PyStemmer: morphological endings removed; hopefully representing a common python3-PyStemmer: linguistic base form. This is most useful in building search engines python3-PyStemmer: and information retrieval software; for example, a search with python3-PyStemmer: stemming enabled should be able to find a document containing python3-PyStemmer: "cycling" given the query "cycles". python3-PyStemmer: python3-PyStemmer: http://snowballstem.org/