Skip to main content

No project description provided

Project description

Deskripsi singkat proyek Python yang luar biasa.

Instalation

pip install mecs

Examplae Usage

\# import mecs package
from mecs import Stem

\# Create stemmer
st = Stem.Stemmer()

\#stem
kataAwal1 = "kaadâ'anna"
st.stemming(kataAwal1)

print("kata Awal : ", kataAwal1)
print("kata Dasar : ", st.lemma)
print("awalan : ", st.prefix)
print("akhiran : ", st.suffix)
print("nasal : ", st.nasal)

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

cobacoba-1.0.3.tar.gz (59.0 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