Author :
sthen
Date :
2021-02-08 09:56:36
Hash :d7e68ac0 Message :import ports/textproc/libstemmer, ok/tweak tb@ benoit@
This package provides a library and command-line tool implementing
stemming algorithms. 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. This is
useful in searching and information retrieval.