mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
This module applies the Porter Stemming Algorithm to its parameters,
|
|
returning the stemmed words.
|
|
|
|
The algorithm is implemented exactly (I hope :-) as described in:
|
|
|
|
http://snowball.tartarus.org/algorithms/italian/stemmer.html
|
|
|
|
The code is carefully crafted to work in conjunction with the
|
|
Lingua::Stem module by Benjamin Franz, from which I've also borrowed
|
|
some functionalities (caching and exception list).
|