A stemmer for Slovak language
You can install stemm-sk
from PyPI by running
$ pip install stemmsk
Here is a very simple example of usage of stemm-sk
:
$ echo "listina základních práv európskej únie" | stemmsk light
list základn práv európsk úni
This project is a very simple adaptation of the Czech
stemmer created by Luís Gomes.
Many parts of this projects are also inspired by the czech_stemmer.py
used by
sumy.