{ "info": { "author": "Sazedul Islam", "author_email": "sazidmailbox@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: Bengali", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic" ], "description": "# Rule Based Bangla Stemmer\n\n## Installation\n pip install py_bangla_stemmer\n\n## Usage\n from py_bangla_stemmer import BanglaStemmer\n \n stemmer = BanglaStemmer()\n stemmer.stem('\u099c\u09a8\u09aa\u09cd\u09b0\u09bf\u09df\u09a4\u09be') # '\u099c\u09a8\u09aa\u09cd\u09b0\u09bf'\n stemmer.stem(' \u09b8\u09c7\u099f\u09be\u0987') # '\u09b8\u09c7'\n\n## Rules Documentation\n#### `X + n :` \nWhen X appears at the end of a word and word length is at least n, remove it\n#### `Y -> Z + n :` \nWhen Y appears at the end of a word and word length is at least n, replace it with Z\n#### `Y.Z -> A.B + 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", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/sazid1462/py-bangla-stemmer/archive/v0.5.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sazid1462/py-bangla-stemmer", "keywords": "stemmer,bengali-stemmer,bangla-stemmer,rule-based-stemmer,nlp", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "py-bangla-stemmer", "package_url": "https://pypi.org/project/py-bangla-stemmer/", "platform": "", "project_url": "https://pypi.org/project/py-bangla-stemmer/", "project_urls": { "Download": "https://github.com/sazid1462/py-bangla-stemmer/archive/v0.5.1.tar.gz", "Homepage": "https://github.com/sazid1462/py-bangla-stemmer" }, "release_url": "https://pypi.org/project/py-bangla-stemmer/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "Rule based Bengali Stemmer written in python", "version": "0.5.1" }, "last_serial": 5133074, "releases": { "0.4.3": [ { "comment_text": "", "digests": { "md5": "8aa8aff2321c92e7f9b2d1b662c7bb13", "sha256": "c9f41bd6905eb21eaea87ff72eb8b88033c4cf1b6e8574089b204d26c8fbde6a" }, "downloads": -1, "filename": "py-bangla-stemmer-0.4.3.tar.gz", "has_sig": false, "md5_digest": "8aa8aff2321c92e7f9b2d1b662c7bb13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16362, "upload_time": "2019-04-12T08:34:59", "url": "https://files.pythonhosted.org/packages/fb/df/f924313a5b3833037df1576c558019b83ed8771d3ca71c3d96f9134e4df1/py-bangla-stemmer-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "9497aa716a3f4ca0ff57618c454c814e", "sha256": "64cdd20eb28843ace4d4fea4391712434f2375841ae17f67b3c80aed2bcbc4f9" }, "downloads": -1, "filename": "py-bangla-stemmer-0.5.0.tar.gz", "has_sig": false, "md5_digest": "9497aa716a3f4ca0ff57618c454c814e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16712, "upload_time": "2019-04-12T08:41:45", "url": "https://files.pythonhosted.org/packages/a7/57/800e772bfcc65753ba4946b4118496013e7f88f9d8b562c7db344adf38b4/py-bangla-stemmer-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "a2637e61807eddc61d4f2e9f8dc04559", "sha256": "90e9268e765fa6dcf3b0d1fb46181a5f9af78ed6ba396122185705dd375df802" }, "downloads": -1, "filename": "py-bangla-stemmer-0.5.1.tar.gz", "has_sig": false, "md5_digest": "a2637e61807eddc61d4f2e9f8dc04559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16750, "upload_time": "2019-04-12T09:05:24", "url": "https://files.pythonhosted.org/packages/5b/75/305f91cc5cf05d3868f36273434edee0f9459d051f343bf21e1067fc64c4/py-bangla-stemmer-0.5.1.tar.gz" } ], "v0.4.1": [ { "comment_text": "", "digests": { "md5": "577bfba1bb6a9c92157c7b0d24ee704c", "sha256": "033de8ba475fd5c67d2d01fa51cce2dfd3a63b9b3da866d5e67985536aa8c39b" }, "downloads": -1, "filename": "py-bangla-stemmer-v0.4.1.tar.gz", "has_sig": false, "md5_digest": "577bfba1bb6a9c92157c7b0d24ee704c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16271, "upload_time": "2019-04-12T06:36:20", "url": "https://files.pythonhosted.org/packages/2e/e7/eaa88e3b20594a9efd784ecb90dd45cb870c2ed3641b636484a11dbbcf87/py-bangla-stemmer-v0.4.1.tar.gz" } ], "v0.4.2": [ { "comment_text": "", "digests": { "md5": "97c3b4b9a89eb224c37abfbf3afdf18f", "sha256": "4fc77b5fa8a828849fc8fceeeb46099bbb55f4e85d4ad5f0d1fbee7968bf8987" }, "downloads": -1, "filename": "py-bangla-stemmer-v0.4.2.tar.gz", "has_sig": false, "md5_digest": "97c3b4b9a89eb224c37abfbf3afdf18f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16253, "upload_time": "2019-04-12T06:51:28", "url": "https://files.pythonhosted.org/packages/12/b2/3fdec599b3b4405d49b67026ae279b256ad0d621a5a3bf495232649d3f62/py-bangla-stemmer-v0.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2637e61807eddc61d4f2e9f8dc04559", "sha256": "90e9268e765fa6dcf3b0d1fb46181a5f9af78ed6ba396122185705dd375df802" }, "downloads": -1, "filename": "py-bangla-stemmer-0.5.1.tar.gz", "has_sig": false, "md5_digest": "a2637e61807eddc61d4f2e9f8dc04559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16750, "upload_time": "2019-04-12T09:05:24", "url": "https://files.pythonhosted.org/packages/5b/75/305f91cc5cf05d3868f36273434edee0f9459d051f343bf21e1067fc64c4/py-bangla-stemmer-0.5.1.tar.gz" } ] }