{"id":37348482,"url":"https://github.com/upi-0/stemmid","last_synced_at":"2026-01-16T04:00:47.963Z","repository":{"id":300683220,"uuid":"1006534197","full_name":"upi-0/stemmid","owner":"upi-0","description":"stemming indonesian sentence.","archived":false,"fork":false,"pushed_at":"2025-10-25T11:30:57.000Z","size":105,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T13:17:32.234Z","etag":null,"topics":["sastrawi","sastrawi-python","stemmer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upi-0.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T13:41:19.000Z","updated_at":"2025-10-25T13:03:54.000Z","dependencies_parsed_at":"2025-06-23T04:21:43.848Z","dependency_job_id":"b647929b-9891-4489-995d-82239fe176fb","html_url":"https://github.com/upi-0/stemmid","commit_stats":null,"previous_names":["malykz/stemmid","upi-0/stemmid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/upi-0/stemmid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fstemmid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fstemmid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fstemmid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fstemmid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upi-0","download_url":"https://codeload.github.com/upi-0/stemmid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fstemmid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sastrawi","sastrawi-python","stemmer"],"created_at":"2026-01-16T04:00:28.476Z","updated_at":"2026-01-16T04:00:47.937Z","avatar_url":"https://github.com/upi-0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stemmid\n\nProyek ini adalah implementasi stemmer Bahasa Indonesia berbasis daftar kata dasar. Stemmer digunakan untuk mengubah kata berimbuhan menjadi bentuk dasarnya.\n\nPerbedaan dengan [PySastrawi](https://github.com/har07/PySastrawi):\n- Source Code 100x lebih pendek.\n- Algoritma yang digunakan berbeda.\n- Lebih cepat hingga 10%.\n- Kustomisasi kamus yang lebih uwaw.\n\n## Install\n```bash\npip install git+https://github.com/Malykz/stemmid\n```\n## Usage\n### Initial\n```python\n\u003e\u003e\u003e from stemmid import Stemmer\n\u003e\u003e\u003e Stemmer().load(\"menangis\")\n    \"tangis\"\n```\n### Menambah kata ke Kamus\n```python\n\u003e\u003e\u003e Stemmer().load(\"belajarlah\")\n    \"belajarlah\"\n\u003e\u003e\u003e Stemmer(inc=[\"belajar\"]).load(\"belajarlah\")\n    \"belajar\"\n```\n### Mengecualikan Kata\n```python\n\u003e\u003e\u003e Stemmer().load(\"menyusui\")\n    \"susu\"\n\u003e\u003e\u003e Stemmer(exc=[\"susu\"]).load(\"menyusui\")\n    \"menyusui\"\n```\n### Menggunakan Kalimat\n```python\n\u003e\u003e\u003e Stemmer().loads(\"Kehilangan Permainan\") \n    \"hilang main\"\n```\n\n## Test\nTest dengan 1825 kata :\n- sastrawi = 0.03424\n- stemmid  = 0.02081\n\nTest 1.825.000 kata (Cache) :\n- sastrawi = 1.20500\n- stemmid  = 0.97979\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupi-0%2Fstemmid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupi-0%2Fstemmid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupi-0%2Fstemmid/lists"}