summaryrefslogtreecommitdiffstats
path: root/python/snowballstemmer/README
blob: 67f94626daf095edf7ef94fdbceb3afeb282b854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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. 
PyStemmer is an optional dependency.