Po-Chuan Hsieh 0da9e2b5cf
textproc/py-snowballstemmer: Update to 2.1.0
- Update LICENSE
- Update pkg-descr
- Update WWW

Changes:	https://github.com/snowballstem/snowball/blob/master/NEWS
2021-05-12 05:47:20 +08:00

12 lines
525 B
Plaintext

Snowball is a small string processing language for creating stemming algorithms
for use in Information Retrieval, plus a collection of stemming algorithms
implemented using it.
Stemming maps different forms of the same word to a common "stem" - for example,
the English stemmer maps connection, connections, connective, connected, and
connecting to connect. So a searching for connected would also find documents
which only have the other forms.
WWW: https://snowballstem.org/
WWW: https://github.com/snowballstem/snowball