bfb8869ec7
of scheduled import for Lingua::Stem. 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.
10 lines
389 B
Text
10 lines
389 B
Text
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.
|