{"id":13827252,"url":"https://github.com/htaghizadeh/PersianStemmer-Python","last_synced_at":"2025-07-09T03:31:34.803Z","repository":{"id":57451955,"uuid":"77339915","full_name":"htaghizadeh/PersianStemmer-Python","owner":"htaghizadeh","description":"PersianStemmer-Python","archived":false,"fork":false,"pushed_at":"2023-07-04T08:24:55.000Z","size":1044,"stargazers_count":50,"open_issues_count":2,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-10T04:57:51.289Z","etag":null,"topics":["information-retrieval","nlp","persian","persian-language","persian-nlp","persian-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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htaghizadeh.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,"governance":null}},"created_at":"2016-12-25T19:34:33.000Z","updated_at":"2024-04-14T21:17:05.000Z","dependencies_parsed_at":"2022-08-25T21:50:37.067Z","dependency_job_id":"ada33ee2-f40c-4f16-9102-f53f1a36b08c","html_url":"https://github.com/htaghizadeh/PersianStemmer-Python","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":"0.19999999999999996","last_synced_commit":"09c6399b8c61d7bbe08d1282032d6ed69f68eb59"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htaghizadeh%2FPersianStemmer-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htaghizadeh%2FPersianStemmer-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htaghizadeh%2FPersianStemmer-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htaghizadeh%2FPersianStemmer-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htaghizadeh","download_url":"https://codeload.github.com/htaghizadeh/PersianStemmer-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225481394,"owners_count":17481172,"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":["information-retrieval","nlp","persian","persian-language","persian-nlp","persian-stemmer","stemmer"],"created_at":"2024-08-04T09:01:52.733Z","updated_at":"2024-11-20T06:31:18.167Z","avatar_url":"https://github.com/htaghizadeh.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# PersianStemmer-Python\n\n## Installation\n```\n  pip install PersianStemmer\n  pip install https://github.com/htaghizadeh/PersianStemmer-Python/archive/master.zip --upgrade\n```\n\n## Code Example\n\n```python\nfrom PersianStemmer import PersianStemmer \n\nps = PersianStemmer()\nprint(ps.run(\"زیباست\"))\n\n# or NLTK compatible form\nprint(ps.stem(\"زیباست\"))\n```\n\n## Citation\nTo cite the paper/code, please use this BibTex:\n\n```\n@article{10.1093/llc/fqv053,\n    author = {Taghi-Zadeh, Hossein and Sadreddini, Mohammad Hadi and Diyanati, Mohammad Hasan and Rasekh, Amir Hossein},\n    title = \"{A new hybrid stemming method for persian language}\",\n    journal = {Digital Scholarship in the Humanities},\n    volume = {32},\n    number = {1},\n    pages = {209-221},\n    year = {2015},\n    month = {11},\n    issn = {2055-7671},\n    doi = {10.1093/llc/fqv053},\n    url = {https://doi.org/10.1093/llc/fqv053},\n    eprint = {http://oup.prod.sis.lan/dsh/article-pdf/32/1/209/11046608/fqv053.pdf},\n}\n\n```\n\nTaghi-Zadeh, Hossein and Sadreddini, Mohammad Hadi and Diyanati, Mohammad Hasan and Rasekh, Amir Hossein. 2017. *A New Hybrid Stemming Method for Persian Language*. In *Digital Scholarship in the Humanities*. The Oxford University Press.\n[DOI](https://doi.org/10.1093/llc/fqv053)\n[Link](https://academic.oup.com/dsh/article-abstract/32/1/209/2957378)\n\nH. Taghi-Zadeh and M. H. Sadreddini and M. H. Dianaty and A. H. Rasekh. 2013. *A New Rule-Based Persian Stemmer Using Regular Expression (In Persian)*. In *Iranian Conference on Intelligent Systems (ICIS 2013)*, pages 401–407.\n[Link](http://www.civilica.com/Paper-ICS11-ICS11_109.html)\n\n\nIf you have questions, send me an email: h.t.azeri at gmail dot com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtaghizadeh%2FPersianStemmer-Python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtaghizadeh%2FPersianStemmer-Python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtaghizadeh%2FPersianStemmer-Python/lists"}