{ "info": { "author": "Sagar Pandey", "author_email": "sagarinocean@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "============================================\nWikiSummarizer ----- A Wikipedia Summarizer\n============================================\n\nWikiSummarizer provides the simplest way possible to summarize the complete tex in a Wikipedia Document.\n\nThe usage is depicted by the following example:\n\nfrom wiki_summary import summarize \n\n sum = summarize.summarize(\"http://en.wikipedia.org/wiki/facebook\")\n\n print sum\n\n\n Algorithm\n =================================================\n\n Given url => Fetch required Document => Parse the Wiki Page => Rank and Find the most contexually apt sentences => Reorder them to maintain coherence => return the summary \n\n Dependencies\n =================================================\n\n BeautifulSoup4\n bleach\n nltk \n\n Author \n =================================================\n\n Sagar Pandey\n , ", "description_content_type": null, "docs_url": "https://pythonhosted.org/Summaly/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/summaly/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "Summaly", "package_url": "https://pypi.org/project/Summaly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Summaly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/summaly/" }, "release_url": "https://pypi.org/project/Summaly/1.0/", "requires_dist": null, "requires_python": null, "summary": "Summarizes a Wikipedia Document", "version": "1.0" }, "last_serial": 1170959, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "82232bfe1a7869516490084358266e2c", "sha256": "843380f71ca2a2260293bae4d9c2b36f49d9b8205e674fea958de412715f3244" }, "downloads": -1, "filename": "Summaly-1.0.tar.gz", "has_sig": false, "md5_digest": "82232bfe1a7869516490084358266e2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14452, "upload_time": "2014-07-27T17:04:43", "url": "https://files.pythonhosted.org/packages/47/1c/c4f1706df8c51627741ffc37eb99ad0c4198bbfed4dec0301910ae5b0e44/Summaly-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82232bfe1a7869516490084358266e2c", "sha256": "843380f71ca2a2260293bae4d9c2b36f49d9b8205e674fea958de412715f3244" }, "downloads": -1, "filename": "Summaly-1.0.tar.gz", "has_sig": false, "md5_digest": "82232bfe1a7869516490084358266e2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14452, "upload_time": "2014-07-27T17:04:43", "url": "https://files.pythonhosted.org/packages/47/1c/c4f1706df8c51627741ffc37eb99ad0c4198bbfed4dec0301910ae5b0e44/Summaly-1.0.tar.gz" } ] }