{ "info": { "author": "Lord Kay", "author_email": "offeilord@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# Textalyzer\nTextalyzer is a lightweight python module or library to help ease analyzing of text or words in a particular sentence and manipulating it.\nTextalyzer analyze repeating words, contracted words or contractions and formatting them properly.\n\n# Class Functions Involved in this module\n [-] ContractionReplacers
\n [-] RepeatingReplacers\n\n# Usage\n -Place the file in a folder where you have either read or write and read permisson. Eg. /opinionmining/lib/Textalyzer.py
\n -Import the module into your application.
\n
\n from opinionmining.lib.Textalyzer import \"Function To Use\"
\n sample = \"I can't wait for the football match\"
\n object = ContractionReplacers()
\n data = object.text_replacers(sample)
\n\n# Sample\n ## Repeating words\n - Repeating words like helloooooooooooo - textalyzer help format this word by removing the o's to its normal word \"hello\"
\n - Contractions like I'm - Textalyzer help format this word by converting it to it's normal word \"I am\"\n# Dependencies\n- wordnet \n- Install wordnet by installing nltk\n# PyPI\n- Textalyzer is available at python package index.\n ## Installation Guide\n - Download textalyzer using pip
\n - pip install textalyzer
\n - Import textalyzer into your project by using ```from textalyzer import Textalyzer``` depending on the function you want to use.
\n \u00a0 \u00a0- The use ``` replacer = Textalyzer.ContractionReplacers() and repeat = Textalyzer.RepeatingReplacers() ```
\n \u00a0 \u00a0- ## Or\n - Simple do ```import textalyzer```
\n - Then Use ``` data = textalyzer.Textalyzer ```
\n - ``` replacer = data.ContractionReplacers() ```
\n \n ## Alternatively\n - [x] You can download the tarball file from `pypi.python.org/pypi/textalyzer`\n - [x] Extract the tarball file\n - [x] Navigate into the extracted folder and install using `python setup.py install`\n \n **To Check Whether it's installed**\n - type `pip freeze` to display the list of installed packages\n# Why This\n- Textalyzer is mostly used by python programmers who are more involved with Natural Language Processing , Machine Learning, Text Extraction and others.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/LORD-KAY/Textalyzer/releases/v0.1.5", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LORD-KAY/Textalyzer", "keywords": "python,replacers,words,repeat,characters", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "textalyzer", "package_url": "https://pypi.org/project/textalyzer/", "platform": "", "project_url": "https://pypi.org/project/textalyzer/", "project_urls": { "Download": "https://github.com/LORD-KAY/Textalyzer/releases/v0.1.5", "Homepage": "https://github.com/LORD-KAY/Textalyzer" }, "release_url": "https://pypi.org/project/textalyzer/0.1.6/", "requires_dist": null, "requires_python": "", "summary": "A text analyzer for repeating and contraction characters", "version": "0.1.6" }, "last_serial": 4041546, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7e784d9e8d3c0c3928ca14462cde77b9", "sha256": "89c42673f64dff830c2d415f0c0a54d8776a139e3ad26a508152f8abf1d77e29" }, "downloads": -1, "filename": "textalyzer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7e784d9e8d3c0c3928ca14462cde77b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2281, "upload_time": "2018-01-17T18:42:16", "url": "https://files.pythonhosted.org/packages/98/f5/4253f5275f062eaa5d3d52f3c18e7612291383ac99bf94947b3d81996387/textalyzer-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f1bd5e177cc3d64fd1ddf5f71f00db9c", "sha256": "f53daa80cf3c4b096c8a989489e5c1a7a537e18f9e5e72405cceab291145d6b9" }, "downloads": -1, "filename": "textalyzer-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f1bd5e177cc3d64fd1ddf5f71f00db9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2281, "upload_time": "2018-01-21T10:02:09", "url": "https://files.pythonhosted.org/packages/2f/48/ad6571632c7e58251a03f6543ef28ab8fec1af1205bb16db50b0315e0708/textalyzer-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7734c8c80c3f6875e81d0d10e9ccea6e", "sha256": "5b2a7fb5e90846e49d95c734b005c4ef1e5f3d8bdcced13bae6c462afd06a5da" }, "downloads": -1, "filename": "textalyzer-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7734c8c80c3f6875e81d0d10e9ccea6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2696, "upload_time": "2018-03-21T14:54:55", "url": "https://files.pythonhosted.org/packages/5e/a2/8701a12676ef6fdab5a89630564d6ca7c630359a08f8ee8b7d1de09a0a8f/textalyzer-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c487788df532eccf5eb0f38e2fae4641", "sha256": "18c1186b981c9099378150d9a284d7770ad94975c53b03615656198c84a0f8c3" }, "downloads": -1, "filename": "textalyzer-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c487788df532eccf5eb0f38e2fae4641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4043, "upload_time": "2018-04-08T14:52:32", "url": "https://files.pythonhosted.org/packages/27/9a/c9c49bc35755e2b6dab354ca64848ff592470109cb164cee91eacc60290b/textalyzer-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "56b4b3c223a3c2c6156e19f4f86798e6", "sha256": "b0b3d98823618d3c629626ec8dc488f219414aad433246b09cde925574598657" }, "downloads": -1, "filename": "textalyzer-0.1.6.tar.gz", "has_sig": false, "md5_digest": "56b4b3c223a3c2c6156e19f4f86798e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4044, "upload_time": "2018-07-08T21:00:40", "url": "https://files.pythonhosted.org/packages/85/c6/b63264a2f27a72831af744f98cb7818ca3ac59a861ed64153e4f99234e1c/textalyzer-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56b4b3c223a3c2c6156e19f4f86798e6", "sha256": "b0b3d98823618d3c629626ec8dc488f219414aad433246b09cde925574598657" }, "downloads": -1, "filename": "textalyzer-0.1.6.tar.gz", "has_sig": false, "md5_digest": "56b4b3c223a3c2c6156e19f4f86798e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4044, "upload_time": "2018-07-08T21:00:40", "url": "https://files.pythonhosted.org/packages/85/c6/b63264a2f27a72831af744f98cb7818ca3ac59a861ed64153e4f99234e1c/textalyzer-0.1.6.tar.gz" } ] }