Javanese language stemmer with dictionary validation
Project description
Javanese Stemmer
Javanese language stemmer with dictionary validation.
Installation
pip install javanese-stemmer
Usage
from javanese_stemmer import JavaneseStemmer
# Initialize (dictionary auto-loads from package)
stemmer = JavaneseStemmer()
# Stem a word
result = stemmer.stem("mlaku")
print(result)
# Stem a sentence
words = stemmer.stem_sentence("Aku mlaku ing dalan")
print(words)
Features
- Dictionary validation
- Handles prefixes, suffixes, infixes
- Safe fallback to original word
- Built-in Javanese dictionary
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
javanese_stemmer-0.2.0.tar.gz
(14.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file javanese_stemmer-0.2.0.tar.gz.
File metadata
- Download URL: javanese_stemmer-0.2.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
236dc0a61ee9abd3c43c73d302e7e72ee9a8398170bd1b23268525399b20611f
|
|
| MD5 |
38699de638a8a768f59ac6f2d4c6365e
|
|
| BLAKE2b-256 |
e47873a0a9880f7d9df2a4c17c8ea99597478100d4fb1a4ecdde46f925d1da03
|
File details
Details for the file javanese_stemmer-0.2.0-py3-none-any.whl.
File metadata
- Download URL: javanese_stemmer-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1040dc5e2be15802fba0cba76ccaad9877834cd1394cc544efb7870cd9fde1b8
|
|
| MD5 |
9623845cce6a706a07f89dc11c43342b
|
|
| BLAKE2b-256 |
dbf0a3db403c5023523517ab33df3bebcb801a367b48365ee7c5486a73b8a9e7
|