{ "info": { "author": "3pin", "author_email": "3pin.audiovisual@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: General", "Topic :: Text Processing :: Linguistic" ], "description": "This python package prevalent trends from a large list of short statements.\nOperation:\n Read a column as an array of strings from csv file,\n Give them their pos-tag via the PENN treebank\n Convert to wordnet post-tags and keep only: ADJ / VERB / NOUN / ADV\n Option for user to save this lemmas-array back to csv file\n Enumerate most_common lemmas\n Weight each string in the array according to the most-common lemmas it contains\n Option for user to save this weight-array back to the csv file\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/3pin/textbot", "keywords": "NLP,IE,wordnet,nltk", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "textbot", "package_url": "https://pypi.org/project/textbot/", "platform": "", "project_url": "https://pypi.org/project/textbot/", "project_urls": { "Homepage": "http://github.com/3pin/textbot" }, "release_url": "https://pypi.org/project/textbot/0.1.0/", "requires_dist": [ "UnicodeDammit", "bs4", "collections", "json", "nltk", "operator", "pandas", "re", "string", "tkinter.filedialog", "tkinter.simpledialog" ], "requires_python": ">=3", "summary": "Read a column of strings from csv, parse wordnet pos_tags to lemmas, enumerate most_common lemmas, weight strings via top scoring lemmas", "version": "0.1.0" }, "last_serial": 3064397, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a4be2b4d8ab9421cfa77e6565d025cda", "sha256": "ecf7a551168bc022ff878b76fa7822cedfd0a13221c6a397d722d39ed792bb84" }, "downloads": -1, "filename": "textbot-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a4be2b4d8ab9421cfa77e6565d025cda", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 8841, "upload_time": "2017-08-01T13:36:46", "url": "https://files.pythonhosted.org/packages/14/c3/4600dc6995e3a7477e963c4b95ce4480a89343342d30e10de2ab959d90be/textbot-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a0e20e0539fd5af72f0db15e672af60", "sha256": "26350658303a09f6598332752cc76b19505bfd78d19162ff3427216f7833d6cd" }, "downloads": -1, "filename": "textbot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4a0e20e0539fd5af72f0db15e672af60", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6027, "upload_time": "2017-08-01T13:36:48", "url": "https://files.pythonhosted.org/packages/db/c5/78e51ea583ac0398c95687f7def4a6ca10513553313a8da64886217016e3/textbot-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4be2b4d8ab9421cfa77e6565d025cda", "sha256": "ecf7a551168bc022ff878b76fa7822cedfd0a13221c6a397d722d39ed792bb84" }, "downloads": -1, "filename": "textbot-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a4be2b4d8ab9421cfa77e6565d025cda", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 8841, "upload_time": "2017-08-01T13:36:46", "url": "https://files.pythonhosted.org/packages/14/c3/4600dc6995e3a7477e963c4b95ce4480a89343342d30e10de2ab959d90be/textbot-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a0e20e0539fd5af72f0db15e672af60", "sha256": "26350658303a09f6598332752cc76b19505bfd78d19162ff3427216f7833d6cd" }, "downloads": -1, "filename": "textbot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4a0e20e0539fd5af72f0db15e672af60", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6027, "upload_time": "2017-08-01T13:36:48", "url": "https://files.pythonhosted.org/packages/db/c5/78e51ea583ac0398c95687f7def4a6ca10513553313a8da64886217016e3/textbot-0.1.0.tar.gz" } ] }