{ "info": { "author": "Porimol Chandro", "author_email": "porimolchandroroy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Bengali Phonetic Parser\n\nThis package will help you to convert Bengali text to Banglish as well as Banglish to Bengali\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development, testing purposes and as well as in production machine. See deployment for notes on how to deploy the project on a live system.\n\n\n### Python Version\nMinimum python version should have 3.x.x or upper\n\n### Installing\n\nA step by step series of examples that tell you have to get a development env running\n\nSay what the step will be\n\n```\n$[sudo] pip install bnbphoneticparser\n```\n\nOR, git clone\n\n```\n$ git clone https://github.com/porimol/bnbphoneticparser.git\n\n$ cd bnbphoneticparser\n$ python setup.py install\n```\n\n### Example\n\n#### Bengali to Banglish Example\n```python\n# coding=utf-8\nfrom BengaliPhoneticParser import BengaliToBanglish\n\n\nbengali2banglish = BengaliToBanglish()\nbengali_text = \"\u0986\u09ae\u09bf \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09bf\"\nprint(bengali2banglish.parse(bengali_text.strip()))\n```\n\n#### Bengali to Banglish Output\n```\naMi bangLadESi\n```\n\n#### Banglish to Bengali Example\n```python\n# coding=utf-8\nfrom BengaliPhoneticParser import BanglishToBengali\n\n\nbanglish2bengali = BanglishToBengali()\nbanglish_text = \"ami banglay gan gai\"\nprint(banglish2bengali.parse(banglish_text.strip()))\n```\n\n#### Banglish to Bengali Output\n```\n\u0986\u09ae\u09bf \u09ac\u09be\u0982\u09b2\u09be\u09df \u0997\u09be\u09a8 \u0997\u09be\u0987\n```\n\n## Running the tests\n\nTest Banglish to Bengali\n\n```python\npytest tests/testbenglishtobanglish.py\n```\n\nTest Bengali to Banglish\n\n```python\npytest tests/testbanglishtobengali.py\n```\n\n## Authors\n\n* **[Porimol Chandro](https://github.com/porimol)**\n\nSee also the list of [contributors](https://github.com/porimol/BengaliPhoneticParser/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\nCredit\n---------\n\n[Bangla Phonetic Parser Python](https://github.com/ShuvenduBikash/Bangla_phonetic_parser_Python) open source project.\n\n[Author :- Shuvendu Bikash](https://github.com/ShuvenduBikash)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/porimol/bnbphoneticparser", "keywords": "NLP", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "bnbphoneticparser", "package_url": "https://pypi.org/project/bnbphoneticparser/", "platform": "", "project_url": "https://pypi.org/project/bnbphoneticparser/", "project_urls": { "Homepage": "https://github.com/porimol/bnbphoneticparser" }, "release_url": "https://pypi.org/project/bnbphoneticparser/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "Bengali Phonetic Parser", "version": "0.1.5" }, "last_serial": 3741620, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c16cb25813c4a7c5154c4b38326b1c09", "sha256": "0f1b17ec134f60c331b78733069ab35bb408fbece61c4fec08bbdf205b04997f" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c16cb25813c4a7c5154c4b38326b1c09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8074, "upload_time": "2018-04-06T04:46:08", "url": "https://files.pythonhosted.org/packages/b4/d4/610eb70c4225712671b720dd3d5a48f280ad0f2406ed2b2763f425b951b6/bnbphoneticparser-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cb3016cec8236b27bf02f7d0a05a96a6", "sha256": "761cc5674768bd737e3a0dd3096aeed3661e442026819ab45688ff46fe211c22" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cb3016cec8236b27bf02f7d0a05a96a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8071, "upload_time": "2018-04-06T06:41:01", "url": "https://files.pythonhosted.org/packages/64/1b/a06b211a64020e86547bd276106422027e42a6f60a84022ba44ab8d854db/bnbphoneticparser-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b9e6496f9d128b4fb89ca43e1766496d", "sha256": "def487271c192761a2dec5e0552c342021885285da97762a7a2c5cc08c5a081e" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b9e6496f9d128b4fb89ca43e1766496d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8069, "upload_time": "2018-04-06T07:04:12", "url": "https://files.pythonhosted.org/packages/fc/b1/92369102c299b8fbbb89c90558f6251f38993e1bd0cbac759b2880b3f458/bnbphoneticparser-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c8bdf9d21c0643722ede05e0248b930b", "sha256": "42af3d0ed22cc776775449c622d9048cc410a8f574f48e1e8338c28116e55752" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c8bdf9d21c0643722ede05e0248b930b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8068, "upload_time": "2018-04-06T07:17:02", "url": "https://files.pythonhosted.org/packages/b6/e2/caad2221205a21904ed951ed4efc88b335ba7a5c96fd582ef864bc42d5b9/bnbphoneticparser-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a61da7ab4f00e7227ddfc427bc376ae7", "sha256": "840be394fe1d7981f79b77b1be88d1d5b962bcb92e4b00ed2a82a9ee1e5a5807" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a61da7ab4f00e7227ddfc427bc376ae7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2095, "upload_time": "2018-04-06T15:44:22", "url": "https://files.pythonhosted.org/packages/c1/3e/d0c9bb1f42a9fa12037895ef4abf262a5c90518294c8bd8b2a7088efa78a/bnbphoneticparser-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8261cd0ed16dbe712629bb7de2c97d04", "sha256": "44a245cced68ea19a3e910215067c166a3bb7a40db40a7927e791ac88bd78968" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.5.tar.gz", "has_sig": false, "md5_digest": "8261cd0ed16dbe712629bb7de2c97d04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2018-04-06T16:20:28", "url": "https://files.pythonhosted.org/packages/89/d8/110c539c110e119589e47e6e88022b0e109fb5a8e68359932d811a182575/bnbphoneticparser-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8261cd0ed16dbe712629bb7de2c97d04", "sha256": "44a245cced68ea19a3e910215067c166a3bb7a40db40a7927e791ac88bd78968" }, "downloads": -1, "filename": "bnbphoneticparser-0.1.5.tar.gz", "has_sig": false, "md5_digest": "8261cd0ed16dbe712629bb7de2c97d04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2018-04-06T16:20:28", "url": "https://files.pythonhosted.org/packages/89/d8/110c539c110e119589e47e6e88022b0e109fb5a8e68359932d811a182575/bnbphoneticparser-0.1.5.tar.gz" } ] }