# 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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/putuwaw/linggapy",
"name": "linggapy",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.10",
"maintainer_email": null,
"keywords": "stemming, stem, balinese, language",
"author": "Putu Widyantara Artanta Wibawa",
"author_email": "putuwaw973@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/79/24/b22899fb9d371bdf847aca7f41525a940a28f5061da5a688f46828c4af50/linggapy-0.3.0.tar.gz",
"platform": null,
"description": "# linggapy\n\nLibrary for Stemming Balinese Text Language\n\n```bash\npip install linggapy\n```\n\n```py\nfrom linggapy.stemmer import Stemmer\n\nstemmer = Stemmer()\nprint(stemmer.stem(\"kajemak\"))\n\n# output: jemak\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library for Stemming Balinese Text Language",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://linggapy.readthedocs.io/en/latest",
"Homepage": "https://github.com/putuwaw/linggapy",
"Issue": "https://github.com/putuwaw/linggapy/issues",
"Source": "https://github.com/putuwaw/linggapy"
},
"split_keywords": [
"stemming",
" stem",
" balinese",
" language"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b29a1f1548a6f91a3630afe8eb9b6ad41e50f6644a914f286cb33883acbfaaf3",
"md5": "9b9ac9e7bfa51ab40988f97f10b6dc22",
"sha256": "ccd3b08ea52ef0e212ecc660f8843f4c2d3e77f4134733bd9cff07a80ca1da6c"
},
"downloads": -1,
"filename": "linggapy-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b9ac9e7bfa51ab40988f97f10b6dc22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 281983,
"upload_time": "2024-10-28T06:48:06",
"upload_time_iso_8601": "2024-10-28T06:48:06.433747Z",
"url": "https://files.pythonhosted.org/packages/b2/9a/1f1548a6f91a3630afe8eb9b6ad41e50f6644a914f286cb33883acbfaaf3/linggapy-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7924b22899fb9d371bdf847aca7f41525a940a28f5061da5a688f46828c4af50",
"md5": "b6da9979b56bcdbb0c0bc4023568365b",
"sha256": "1abea3fca4c996efefd6b15c7f58cc1523ced2a1b159e0063384945945fec4ae"
},
"downloads": -1,
"filename": "linggapy-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "b6da9979b56bcdbb0c0bc4023568365b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 280768,
"upload_time": "2024-10-28T06:48:08",
"upload_time_iso_8601": "2024-10-28T06:48:08.357856Z",
"url": "https://files.pythonhosted.org/packages/79/24/b22899fb9d371bdf847aca7f41525a940a28f5061da5a688f46828c4af50/linggapy-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 06:48:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "putuwaw",
"github_project": "linggapy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "linggapy"
}