{"id":25418810,"url":"https://github.com/oya163/nepali-stemmer","last_synced_at":"2025-10-31T09:31:41.456Z","repository":{"id":57445516,"uuid":"258324844","full_name":"oya163/nepali-stemmer","owner":"oya163","description":"Simple rule-based Nepali stemmer. Flask web app deployed on Heroku platform. Created pip package.","archived":false,"fork":false,"pushed_at":"2020-04-26T03:44:18.000Z","size":171,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T06:17:10.829Z","etag":null,"topics":["flask","heroku","linguistics","nepali-dictionary","nepali-stemmer","pip","stemmer"],"latest_commit_sha":null,"homepage":"https://nepali-stemmer.herokuapp.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oya163.png","metadata":{"files":{"readme":"README.md","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":"2020-04-23T20:38:57.000Z","updated_at":"2023-10-25T00:50:01.000Z","dependencies_parsed_at":"2022-09-26T17:30:22.791Z","dependency_job_id":null,"html_url":"https://github.com/oya163/nepali-stemmer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oya163%2Fnepali-stemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oya163%2Fnepali-stemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oya163%2Fnepali-stemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oya163%2Fnepali-stemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oya163","download_url":"https://codeload.github.com/oya163/nepali-stemmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239122010,"owners_count":19585328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["flask","heroku","linguistics","nepali-dictionary","nepali-stemmer","pip","stemmer"],"created_at":"2025-02-16T18:28:13.674Z","updated_at":"2025-10-31T09:31:41.000Z","avatar_url":"https://github.com/oya163.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nepali Stemmer\n\nThis is a simple Nepali stemmer. It iteratively separates out the suffixes (postpositions) until no more separation can be processed. The algorithm is based on hindi-stemmer.\n\n## Features:\n - Iterative separation\n - Handles the postposition attached with punctuations carefully\n     - Example: नेपाललाई, -\u003e नेपाल लाई,\n - Basic text cleaning\n - Cross-verification with Nepali dictionary\n\n## How to install\n    pip install -r requirements.txt\n    \n    pip install nepali-stemmer\n\n## How to run\n\n    from nepali_stemmer.stemmer import NepStemmer\n    nepstem = NepStemmer()\n    nepstem.stem(\"नेपालको एमाले पार्टीका झोले, मण्डलेहरु अमेरिका आउने रे !\")\n    \n    'नेपाल को एमाले पार्टी का झोले, मण्डले हरु अमेरिका आउने रे !'\n\n\n## Deployment\n\nA simple flask based web app [deployment](https://nepali-stemmer.herokuapp.com/)\n\n\n\n## To-do:\n- [ ] Word transformation with stemming process\n- [ ] IR evaluation\n- [ ] Code-mixed data\n\n\n## References:\n - Suffix list: https://github.com/birat-bade/NepaliStemmer\n - Nepali Dictionary : https://github.com/PraveshKoirala/stemmer\n - Algorithm : https://github.com/sainimohit23/hindi-stemmer\n\n\n## Contact\nEmail: [oyashi](mailto:oyeshsin@hotmail.com)\n\nNote: Project created during COVID-19 quarantine out-of-boredom and necessity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foya163%2Fnepali-stemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foya163%2Fnepali-stemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foya163%2Fnepali-stemmer/lists"}