a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
17 lines
494 B
Text
17 lines
494 B
Text
Lingua::Stem - Stemming of words
|
|
|
|
This routine applies stemming algorithms to its parameters, returning the
|
|
stemmed words as appropriate to the selected locale.
|
|
|
|
Currently supported locales are:
|
|
|
|
EN - English (also EN-US and EN-UK)
|
|
DA - Danish
|
|
DE - German
|
|
GL - Galician
|
|
IT - Italian
|
|
NO - Norwegian
|
|
PT - Portuguese
|
|
SV - Swedish
|
|
|
|
WWW: http://search.cpan.org/dist/Lingua-Stem/
|