mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
37d88e53a8
Signed-off-by: B. Watson <yalhcru@gmail.com>
26 lines
450 B
Text
26 lines
450 B
Text
snowballstemmer
|
|
|
|
This package provides 16 stemmer algorithms (15 + Poerter English
|
|
stemmer) generated from Snowball algorithms.
|
|
|
|
It includes following language algorithms:
|
|
|
|
Danish
|
|
Dutch
|
|
English (Standard, Porter)
|
|
Finnish
|
|
French
|
|
German
|
|
Hungarian
|
|
Italian
|
|
Norwegian
|
|
Portuguese
|
|
Romanian
|
|
Russian
|
|
Spanish
|
|
Swedish
|
|
Turkish
|
|
|
|
This is a pure Python stemming library.
|
|
|
|
Optional dependencies: PyStemmer
|