{"id":34110399,"url":"https://github.com/sazid1462/py-bangla-stemmer","last_synced_at":"2026-04-06T01:05:49.817Z","repository":{"id":62578872,"uuid":"180754904","full_name":"sazid1462/py-bangla-stemmer","owner":"sazid1462","description":"Rule based Bengali Stemmer written in python","archived":false,"fork":false,"pushed_at":"2019-07-03T09:07:03.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-17T02:47:06.432Z","etag":null,"topics":["bangla","bengali","rule-based-stemmer","stemmer"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sazid1462.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-11T09:04:56.000Z","updated_at":"2022-06-28T19:18:54.000Z","dependencies_parsed_at":"2022-11-03T19:16:17.094Z","dependency_job_id":null,"html_url":"https://github.com/sazid1462/py-bangla-stemmer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sazid1462/py-bangla-stemmer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazid1462%2Fpy-bangla-stemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazid1462%2Fpy-bangla-stemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazid1462%2Fpy-bangla-stemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazid1462%2Fpy-bangla-stemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sazid1462","download_url":"https://codeload.github.com/sazid1462/py-bangla-stemmer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazid1462%2Fpy-bangla-stemmer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31455474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bangla","bengali","rule-based-stemmer","stemmer"],"created_at":"2025-12-14T18:53:11.855Z","updated_at":"2026-04-06T01:05:49.808Z","avatar_url":"https://github.com/sazid1462.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========================\nRule Based Bangla Stemmer\n===========================\n\n**contents**\n    - `Installation`_\n    - `Usage`_\n    - `Rules Documentation (Only for Development)`_\n\nInstallation\n-------------\n\n.. code-block:: bash\n\n    $ pip install py_bangla_stemmer\n\n`Usage`_\n----------\n\n.. code-block:: python\n\n    \u003e\u003e\u003e from py_bangla_stemmer import BanglaStemmer\n    \u003e\u003e\u003e \n    \u003e\u003e\u003e stemmer = BanglaStemmer()\n    \u003e\u003e\u003e stemmer.stem('জনপ্রিয়তা')  # 'জনপ্রি'\n    \u003e\u003e\u003e stemmer.stem(' সেটাই')    # 'সে'\n\n`Rules Documentation (Only for Development)`_\n----------------------------------------------\n\nFollowing documentations are for the further development of the stemmer. There is a file in ``py_bangla_stemmer/resources`` folder named ``common.rules``. Bellow are the information required to know to change the rules.\n\n.. code-block:: math\n\n    X + n :\n\nWhen X appears at the end of a word and word length is at least n, remove it\n\n.. code-block:: math\n\n    Y -\u003e Z + n :\n\nWhen Y appears at the end of a word and word length is at least n, replace it with Z\n\n.. code-block:: math\n\n    Y.Z -\u003e A.B + n :`\n\nWhen Y, followed by some character a, followed by Z appears at the end of a word \nand word length is at least n, replace it with AaB.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazid1462%2Fpy-bangla-stemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsazid1462%2Fpy-bangla-stemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazid1462%2Fpy-bangla-stemmer/lists"}