mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
This module applies the Porter Stemming Algorithm to its parameters,
|
|
returning the stemmed words.
|
|
|
|
The algorithm is implemented exactly as described in:
|
|
|
|
* http://snowball.tartarus.org/russian/stemmer.html
|
|
|
|
The code is carefully crafted to work in conjunction with the Lingua::Stem
|
|
module by Benjamin Franz. This stemmer is also based on the work of Aldo
|
|
Capini, see Lingua::Stem::It.
|