mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
44f5e093bb
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
26 lines
459 B
Text
26 lines
459 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, python3
|