{ "info": { "author": "elzilrac", "author_email": "elzilrac@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Text Processing :: Indexing" ], "description": "tf-idf\n=======================\n\nA TF-IDF implementation for python3.\n\n----\n\nFeatures:\n - stopwords\n - ngrams of arbitrary size\n - word stemming\n - ability to return keywords as original text or normalized\n (stemmed, stopwords removed) ngrams", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/elzilrac/tf-idf", "keywords": "tfidf text mining extraction keywords tf-idf stemming ngram", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tf-idf", "package_url": "https://pypi.org/project/tf-idf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tf-idf/", "project_urls": { "Homepage": "https://github.com/elzilrac/tf-idf" }, "release_url": "https://pypi.org/project/tf-idf/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "An implementation of TF-IDF for keyword extraction.", "version": "0.0.0" }, "last_serial": 2490554, "releases": { "0.0.0": [] }, "urls": [] }