Metadata-Version: 2.1
Name: linggapy
Version: 0.2.0
Summary: Library for Stemming Balinese Text Language
Home-page: https://github.com/putuwaw/linggapy
Author: Putu Widyantara Artanta Wibawa
Author-email: putuwaw973@gmail.com
License: MIT
Project-URL: Documentation, https://linggapy.readthedocs.io/en/latest
Project-URL: Source, https://github.com/putuwaw/linggapy
Project-URL: Issue, https://github.com/putuwaw/linggapy/issues
Keywords: stemming,stem,balinese,language
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest <9,>=8.3.2 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx <9,>=8.0.2 ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'

# linggapy

Library for Stemming Balinese Text Language

```py
from linggapy.stemmer import Stemmer

stemmer = Stemmer()
print(stemmer.stem("kajemak"))

# output: jemak
```
