{ "info": { "author": "Goodness Duru", "author_email": "goodyduru@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## What Is Igbo Text\n\nIgbo Text is a library for tokenizing and normalizing texts mainly written in the Igbo Language. \nIt is an implementation of the tokenization and normalization algorithm written in the paper Analysis and Representation of Igbo Text Document for a Text-Based System by Ifeanyi-Reuben Nkechi J., Ugwu Chidiebere, Adegbola Tunde.\n\n## Installation\n\n```\n$ pip install igbo-text\n```\n\n## Examples\n\n### Normalization\n\n```\nfrom igbo_text import IgboText\n\n# Create IgboText class instance\nigbo_text = IgboText()\n\n# normalize text \ntext = \"\u1ecc n\u00e0-ez\u00f2 nnukwu mm\u012bri n'iro?\"\nnormalized_text = igbo_text.normalize(text, convert_to_lower=True, remove_abbreviations=True)\nprint(normalized_text)\n```\n\nWhen the code above is executed, the output will be \n\n\u1ecd na ezo nnukwu mmiri n iro\n\nUpper case characters can be left alone by setting convert_to_lower=False\n\nAbbreviations can be left alone by setting remove_abbreviations=True\n\n### Tokenization\n\n```\nfrom igbo_text import IgboText\n\n# Create IgboText class instance\nigbo_text = IgboText()\n\n# tokenize text\ntext = \"Nd\u1ecb F\u00e0da kw\u00e8ny\u00e8r\u00e8 n'at\u1ecd\u0300 n'ime ot\u00f9.\"\ntokenized_text = igbo_text.tokenize(text)\nprint(tokenized_text)\n```\n\nWhen the code above isi executed, the output will be\n\n[\"Nd\u1ecb\", \"Fada\", \"kwenyere\", \"n'\", \"at\u1ecd\", \"n'\", \"ime\", \"otu\", \".\"]\n\nYou can convert all upper case characters to lower case by setting convert_to_lower=True.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/goodyduru/igbo-text", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "igbo-text", "package_url": "https://pypi.org/project/igbo-text/", "platform": "", "project_url": "https://pypi.org/project/igbo-text/", "project_urls": { "Homepage": "https://github.com/goodyduru/igbo-text" }, "release_url": "https://pypi.org/project/igbo-text/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A python package for tokenizing and normalizing texts mainly written in the Igbo Language", "version": "0.1.3" }, "last_serial": 4896031, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2ff9af498dc2d4f599fb37f487b1b1b7", "sha256": "348eb4997dec9b9852275f0112dfd93b91c2b3c72e9735d5638a845441a60e9a" }, "downloads": -1, "filename": "igbo_text-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2ff9af498dc2d4f599fb37f487b1b1b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4743, "upload_time": "2019-02-15T14:59:44", "url": "https://files.pythonhosted.org/packages/c8/c6/c240c2bc0539851b5f1498068dd7f0770e1ab3d9eb20f594847ecd74c86f/igbo_text-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3069ac3c1841b8c5398222a325d6b83", "sha256": "8b8684eae600e3efced23dbdb6e913b20c561964c894ceeda158df823d99c20a" }, "downloads": -1, "filename": "igbo-text-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e3069ac3c1841b8c5398222a325d6b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3404, "upload_time": "2019-02-15T14:59:47", "url": "https://files.pythonhosted.org/packages/4d/c3/781701628b5ca5e87d2544cb23acfc96b249db0a728caf1573a68e519841/igbo-text-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "637057229d50e3656b2cca3800137e96", "sha256": "01fee325cd38c74a81a0e2b9d710286d8929b4e855a6e7510d198369e532dc17" }, "downloads": -1, "filename": "igbo_text-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "637057229d50e3656b2cca3800137e96", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5548, "upload_time": "2019-02-18T11:58:15", "url": "https://files.pythonhosted.org/packages/fa/98/1c375838a704e12bcf9abe4979bc547f074753d8dbdce36111b06f525dfc/igbo_text-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bcd348898b016af188281213dffbf98", "sha256": "f69918def390b542d60572110374219033b95a5a273154a289261605da397a46" }, "downloads": -1, "filename": "igbo-text-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0bcd348898b016af188281213dffbf98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3892, "upload_time": "2019-02-18T11:58:17", "url": "https://files.pythonhosted.org/packages/78/82/522383e16644447004df5900d7f5e68a54ec2d7b603ea7618ee2380e5df4/igbo-text-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "add5cedbaa2993305c2694289ed018dd", "sha256": "837a59d0f3544b348424f966c97523122f4b368ca31f86252e131f0dd34a9438" }, "downloads": -1, "filename": "igbo_text-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "add5cedbaa2993305c2694289ed018dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5550, "upload_time": "2019-03-04T20:15:14", "url": "https://files.pythonhosted.org/packages/b8/45/ff070e7cc82f33eba92f9256567bf37ac6e8e260f982265e43691d4061d4/igbo_text-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf364fad46c33374e0418b93d5e4eda1", "sha256": "132defe3abf7b36ef1fb9da296489cb65f687c439ce1e27ea018f0046801ecb4" }, "downloads": -1, "filename": "igbo-text-0.1.3.tar.gz", "has_sig": false, "md5_digest": "bf364fad46c33374e0418b93d5e4eda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3897, "upload_time": "2019-03-04T20:15:16", "url": "https://files.pythonhosted.org/packages/8f/04/f9a6d3e8a1bad09a1bc5631c86bf3c541fca6c3fc2aa0db3d7d148e294d6/igbo-text-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "add5cedbaa2993305c2694289ed018dd", "sha256": "837a59d0f3544b348424f966c97523122f4b368ca31f86252e131f0dd34a9438" }, "downloads": -1, "filename": "igbo_text-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "add5cedbaa2993305c2694289ed018dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5550, "upload_time": "2019-03-04T20:15:14", "url": "https://files.pythonhosted.org/packages/b8/45/ff070e7cc82f33eba92f9256567bf37ac6e8e260f982265e43691d4061d4/igbo_text-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf364fad46c33374e0418b93d5e4eda1", "sha256": "132defe3abf7b36ef1fb9da296489cb65f687c439ce1e27ea018f0046801ecb4" }, "downloads": -1, "filename": "igbo-text-0.1.3.tar.gz", "has_sig": false, "md5_digest": "bf364fad46c33374e0418b93d5e4eda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3897, "upload_time": "2019-03-04T20:15:16", "url": "https://files.pythonhosted.org/packages/8f/04/f9a6d3e8a1bad09a1bc5631c86bf3c541fca6c3fc2aa0db3d7d148e294d6/igbo-text-0.1.3.tar.gz" } ] }