mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
The stem function takes a scalar as a parameter and stems the word
|
|
according to Martin Porters Swedish stemming algorithm, which can be
|
|
found at the Snowball website: http://snowball.tartarus.org/.
|
|
|
|
It also supports caching if the use_cache option is passed when
|
|
constructing a new L:S:S:N object.
|