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
- Host: GitHub
- URL: https://github.com/thomasbrockmeier/kpss_py3
- Owner: thomasbrockmeier
- Created: 2017-04-06T07:48:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T08:49:38.000Z (about 8 years ago)
- Last Synced: 2025-02-13T18:13:04.455Z (4 months ago)
- Topics: dutch, language, language-processing, linguistics, nlp, stemmer, stemming, stemming-algorithm
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 stemmerprint(stemmer.stem('gelachen'))
````>>> 'lach'`