An open API service indexing awesome lists of open source software.

https://github.com/thomasbrockmeier/kpss_py3

Kraaij-Pohlmann Snowball Stemmer
https://github.com/thomasbrockmeier/kpss_py3

dutch language language-processing linguistics nlp stemmer stemming stemming-algorithm

Last synced: 4 months ago
JSON representation

Kraaij-Pohlmann Snowball Stemmer

Awesome Lists containing this project

README

        

Python 3 update of the Kraaij-Pohlmann Snowball Stemmer by jejansse

Please refer to https://github.com/jejansse/kpss for further information

`pip install kpss-py3`

```python
import kpss_py3 as stemmer

print(stemmer.stem('gelachen'))
```

`>>> 'lach'`