Library for stemming Madurese text
Project description
Deskripsi singkat proyek Python yang luar biasa.
Instalation
pip install mecs
Example Usage
# import package
from mecs import Stem
# Create stemmer
st = Stem.Stemmer()
# stem
term = "romana"
st.stemming(term)
print("lemma : ", st.lemma)
# roma'
print("prefix : ", st.prefix)
# None
print("suffix : ", st.suffix)
# na
print("nasal : ", st.nasal)
# None
Demo
Live demo : https://www.demo.com
Refrences
- Rachman, F. H., Ifada, N., Wahyuni, S., Ramadani, G. D., & Pawitra, A. (2022, November). ModifiedECS (mECS) Algorithm for Madurese-Indonesian Rule-Based Machine Translation. In Proceedings of The 2022 International Conference of Science and Information Technology in Smart Administration (ICSINTESA) (pp. 51-56). IEEE. DOI: 10.1109/ICSINTESA56431.2022.10041470
- Ifada, N., Rachman, F. H., Syauqy, M. W. M. A., Wahyuni, S., & Pawitra, A. (2023). MadureseSet: Madurese-Indonesian Dataset. Data in Brief, 48, 109035. DOI: 10.1016/j.dib.2023.109035
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cobastem-1.0.2.tar.gz
(60.7 kB
view details)
File details
Details for the file cobastem-1.0.2.tar.gz
.
File metadata
- Download URL: cobastem-1.0.2.tar.gz
- Upload date:
- Size: 60.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6c6aa60d8cd054aedd630855535f08b40fa868c9c8986e92d23df5092bbf3fd |
|
MD5 | 31d0e8e4c237040f6b8fbc16f03915ab |
|
BLAKE2b-256 | 8f74b74a18eb46d4f4d8c1035250b035344b82938877801a4c63f6e02f13ecf5 |