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-1.1.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-1.1.0.tar.gz.
File metadata
- Download URL: javanese_stemmer-1.1.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 |
26d4c46ef265c84077006a5efe09ab6592580590dd3a8d4ce859d7f5f29ba163
|
|
| MD5 |
7466e16ef1c5ea1c266956b4451b19b4
|
|
| BLAKE2b-256 |
e534ef9bbd1be50b4442b8cfd2c2600c68a05cab08fc8adb25d307a961516b74
|
File details
Details for the file javanese_stemmer-1.1.0-py3-none-any.whl.
File metadata
- Download URL: javanese_stemmer-1.1.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 |
9362b84975be5f834579153dbed3edf64ed84c5ec4d6643d2f8568a3e7b8a9dc
|
|
| MD5 |
401c3a138c2ccfc949c7dd52f1acf7e1
|
|
| BLAKE2b-256 |
11e7bd6aaa18a36cf1288fe741b341767523588296e66f9e82db0d1729c3c279
|