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

cobacoba-1.0.8.tar.gz (59.6 kB view details)

Uploaded Source

File details

Details for the file cobacoba-1.0.8.tar.gz.

File metadata

  • Download URL: cobacoba-1.0.8.tar.gz
  • Upload date:
  • Size: 59.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for cobacoba-1.0.8.tar.gz
Algorithm Hash digest
SHA256 ee7231cfb774e962c26d43d29a398a3665356e4219986c5e131dff31fb6b2fea
MD5 46d6db369bc0383b0a8904de7bf7d34b
BLAKE2b-256 5ca4f69692cf9820d2aebdcebe21e137f3cbe45b143af58072f63a7a75550df5

See more details on using hashes here.

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