{ "info": { "author": "Gagandeep Singh", "author_email": "gaganmanku96@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "# NLPPREPROCESS\n\nNLPPREPROCESS is a preprocessing package for NLP task. The main objective of the package is to reduce time consumed for preprocessing by using ready made functions.\n\n# Requirements\n\n * Python 3.4 or higher\n\n# Installation\n\n ### Using PIP via PyPI\n ```\n $ pip install nlppreprocess\n ```\n\n ### Manually via GIT\n ```\n $ git clone git://github.com/gaganmanku96/nlppreprocess\n $ cd nlppreprocess\n $ python setup.py install\n ```\n\n# Functionalities\n1. Replaces words\n2. Remove stopwords\n3. Remove numbers\n4. Remove HTML tags\n5. Remove punctations\n6. Lemmatize words either by Wordnet or Snowball\n\n# Usage\n```\n>>> from nlpuitls import NLP\n>>> obj = NLP()\n```\n ## Parameters\n ```\n >>> obj = NLP(\n replace_words=True,\n remove_stopwords=True,\n remove_numbers=True,\n remove_HTML_tags=True,\n remove_punctation=True,\n lemmatize=False,\n lemmatize_method='wordnet'\n )\n ```\n ## Using with Pandas Library\n ```\n >>> dataFrame['text'] = dataFrame['text].apply(obj.process)\n\n ```\n ## Using with plain textx\n ```\n >>> print(obj.process(\"Pass a text here\"))\n ```\n ## Add more stopwords\n ```\n >>> obj = NLP()\n >>> obj.add_stopword(['this', 'and this'])\n ```\n ## Add more replace words\n ```\n >>> obj = NLP()\n >>> obj.add_replacement([this=\"by this\", this=\"by this\"])\n ```\n\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/gaganmanku96/nlppreprocess", "keywords": "", "license": "License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "nlppreprocess", "package_url": "https://pypi.org/project/nlppreprocess/", "platform": "", "project_url": "https://pypi.org/project/nlppreprocess/", "project_urls": { "Homepage": "https://github.com/gaganmanku96/nlppreprocess" }, "release_url": "https://pypi.org/project/nlppreprocess/1.0.2/", "requires_dist": null, "requires_python": ">=3.4", "summary": "This package contains preprocessing functions", "version": "1.0.2" }, "last_serial": 5635062, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "babce1c6dba2b6b0a8a64e8e704625f4", "sha256": "cd402f8f3695b23202f943b5e67f58869d4ddd448f0875710f1361824caa4d1d" }, "downloads": -1, "filename": "nlppreprocess-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "babce1c6dba2b6b0a8a64e8e704625f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 4795, "upload_time": "2019-06-23T13:02:40", "url": "https://files.pythonhosted.org/packages/ba/14/d67fa1cee9c02c448112270c4c8d676b6a8da01a36abfc316b4f7bdff081/nlppreprocess-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49188000062fc370fe10a91fb8a7f04d", "sha256": "160414549bd9ff6d136af47f45f1bd7e90d5fd844500b173228815da7af8b18d" }, "downloads": -1, "filename": "nlppreprocess-0.1.1.tar.gz", "has_sig": false, "md5_digest": "49188000062fc370fe10a91fb8a7f04d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4623, "upload_time": "2019-06-23T13:02:43", "url": "https://files.pythonhosted.org/packages/c5/c1/d4261e88e7fa29afe3635fff220b5ad4546402b2c23ad23100f1cd0f59d5/nlppreprocess-0.1.1.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "589875aea8f44c3ac8669f741298d18b", "sha256": "a9ce87fbf42669200c13b0408ee09e4454c36cd84053ec7fd027d62c8fbfda24" }, "downloads": -1, "filename": "nlppreprocess-0.2.5.tar.gz", "has_sig": false, "md5_digest": "589875aea8f44c3ac8669f741298d18b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4630, "upload_time": "2019-06-23T14:15:12", "url": "https://files.pythonhosted.org/packages/9f/f5/78e4ee474124ecbfc4fec8920677f2328ce8d3e5371eef500597c6a3ba9f/nlppreprocess-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "5b3543978be4d6829c79b2166c18dca0", "sha256": "64159c996efbe7a617bd8297ecf6798a6c47e20c073eccd99949bbd8e4ac6820" }, "downloads": -1, "filename": "nlppreprocess-0.2.6.tar.gz", "has_sig": false, "md5_digest": "5b3543978be4d6829c79b2166c18dca0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4657, "upload_time": "2019-06-23T14:27:22", "url": "https://files.pythonhosted.org/packages/7a/d5/c3ab13606d6e505c1e174fbf91114de196efa8fd31287ecd9a4a11c8de2d/nlppreprocess-0.2.6.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d530f9427d91763c0dec57f18f8f14fd", "sha256": "57e168533b21a1e9f65dea2a7c08a7ca1420890dc0f735280f5190152bb31382" }, "downloads": -1, "filename": "nlppreprocess-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d530f9427d91763c0dec57f18f8f14fd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 4549, "upload_time": "2019-06-24T08:18:26", "url": "https://files.pythonhosted.org/packages/84/c2/23535011b283941983aa04e20a5acf30cf3f52347f4533b2a32ebf4201c1/nlppreprocess-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "f03ade7b659e291ff51dbdce6b6aea0a", "sha256": "d3eacb1bab2d240d03083d85cedf629a6aafe5b526f6ced3d3f8061bb4bd0a93" }, "downloads": -1, "filename": "nlppreprocess-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f03ade7b659e291ff51dbdce6b6aea0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 5061, "upload_time": "2019-08-05T15:46:13", "url": "https://files.pythonhosted.org/packages/66/8d/3a0584b924248c865a8e7ee04a93175551ebcaf156ee9b73346cd62446e6/nlppreprocess-1.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f03ade7b659e291ff51dbdce6b6aea0a", "sha256": "d3eacb1bab2d240d03083d85cedf629a6aafe5b526f6ced3d3f8061bb4bd0a93" }, "downloads": -1, "filename": "nlppreprocess-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f03ade7b659e291ff51dbdce6b6aea0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 5061, "upload_time": "2019-08-05T15:46:13", "url": "https://files.pythonhosted.org/packages/66/8d/3a0584b924248c865a8e7ee04a93175551ebcaf156ee9b73346cd62446e6/nlppreprocess-1.0.2-py3-none-any.whl" } ] }