https://github.com/putuwaw/linggapy
Library for Stemming Balinese Text Language
https://github.com/putuwaw/linggapy
balinese nlp python stemmer stemming thesis
Last synced: 3 months ago
JSON representation
Library for Stemming Balinese Text Language
- Host: GitHub
- URL: https://github.com/putuwaw/linggapy
- Owner: putuwaw
- License: mit
- Created: 2024-09-06T16:26:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-04T12:29:24.000Z (9 months ago)
- Last Synced: 2025-09-18T04:15:39.068Z (9 months ago)
- Topics: balinese, nlp, python, stemmer, stemming, thesis
- Language: Python
- Homepage: https://linggapy.readthedocs.io/en/latest
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linggapy
Library for Stemming Balinese Text Language
```bash
pip install linggapy
```
```py
from linggapy.stemmer import Stemmer
stemmer = Stemmer()
print(stemmer.stem("kajemak"))
# output: jemak
```