Comprehensive Javanese language stemmer with morphophonological rules and 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-1.2.1.tar.gz
(23.9 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-1.2.1.tar.gz.
File metadata
- Download URL: javanese_stemmer-1.2.1.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc41fab3408b4129bf593ac826c8d960059523e70e36feb42cfacc958eac2dae
|
|
| MD5 |
040c74b1b1a764da7201a2cf4fc92983
|
|
| BLAKE2b-256 |
7c3209b21b56e097a799a25efdec9b47cccc3bf8aa26fa309a58d86f59f2d4f6
|
File details
Details for the file javanese_stemmer-1.2.1-py3-none-any.whl.
File metadata
- Download URL: javanese_stemmer-1.2.1-py3-none-any.whl
- Upload date:
- Size: 22.7 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 |
840cd4b8ac0b3af06092fa5e92b4fdf9c074ece029522887e260c53bf11ce99b
|
|
| MD5 |
706bdedfc7a37a63b214dbd1d3f8a4a7
|
|
| BLAKE2b-256 |
59238ca3734fea2f6c506c15f8bd4952e23c7ac77739434ea686612a260d66cf
|