Skip to main content

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("kata Dasar : ", st.lemma)
# roma'

print("awalan : ", st.prefix)
# None

print("akhiran : ", st.suffix)
# na

print("nasal : ", st.nasal)
# None

Demo

Live demo : https://www.demo.com

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

cobastem-1.0.1.tar.gz (59.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page