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

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

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
```