freebsd-ports/textproc/py-snowballstemmer/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
499 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.
See also: https://github.com/snowballstem/snowball