{ "info": { "author": "Federico Barrios, Federico Lopez", "author_email": "summanlp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Text Processing :: Linguistic" ], "description": "===========================\nsumma visualization module\n===========================\n\nThis module intends to provide a visualization of the graph built by summa for\nproducing the results.\n\nUsage:\n\n >>> text = \"\"\"Automatic summarization is the process of reducing a text document with a\n computer program in order to create a summary that retains the most important points\n of the original document. As the problem of information overload has grown, and as\n the quantity of data has increased, so has interest in automatic summarization.\n Technologies that can make a coherent summary take into account variables such as\n length, writing style and syntax. An example of the use of summarization technology\n is search engines such as Google. Document summarization is another.\"\"\"\n\n >>> from visualization.export import gexf_export\n >>> gexf_export(text, path=\"graph.gexf\")\n\nThis uses version 0.1.0 of the summarization module and works in Python 2.7.\n\n-------------\n\nSumma is open source software released under the `The MIT License (MIT) `_.\nCopyright (c) 2014 - now Summa NLP", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/summanlp/summa-visualization/tarball/v0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/summanlp/summa-visualization", "keywords": "summa,nlp,summarization,NLP,natural language processing,automatic summarization,keywords,summary,textrank,pagerank,visualization,export", "license": "", "maintainer": "", "maintainer_email": "", "name": "summa-visualization", "package_url": "https://pypi.org/project/summa-visualization/", "platform": "", "project_url": "https://pypi.org/project/summa-visualization/", "project_urls": { "Download": "https://github.com/summanlp/summa-visualization/tarball/v0.1.0", "Homepage": "https://github.com/summanlp/summa-visualization" }, "release_url": "https://pypi.org/project/summa-visualization/0.1.0b0/", "requires_dist": null, "requires_python": ">=2.7, <3.0", "summary": "A visualization for the graphs generated by summa.", "version": "0.1.0b0" }, "last_serial": 3499870, "releases": { "0.1.0b0": [ { "comment_text": "", "digests": { "md5": "8623000946bcc2a6c244d091ae43788f", "sha256": "36e4514fffcf975f8412aeb3da4bdab7b693668c39ca2860311f34db58fe6677" }, "downloads": -1, "filename": "summa-visualization-0.1.0b0.tar.gz", "has_sig": false, "md5_digest": "8623000946bcc2a6c244d091ae43788f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3.0", "size": 3258, "upload_time": "2018-01-18T06:03:47", "url": "https://files.pythonhosted.org/packages/22/2a/85766b46cc57191cca66e6d2dfd590c0b53ac70883c0258adb172dd29ec4/summa-visualization-0.1.0b0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8623000946bcc2a6c244d091ae43788f", "sha256": "36e4514fffcf975f8412aeb3da4bdab7b693668c39ca2860311f34db58fe6677" }, "downloads": -1, "filename": "summa-visualization-0.1.0b0.tar.gz", "has_sig": false, "md5_digest": "8623000946bcc2a6c244d091ae43788f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <3.0", "size": 3258, "upload_time": "2018-01-18T06:03:47", "url": "https://files.pythonhosted.org/packages/22/2a/85766b46cc57191cca66e6d2dfd590c0b53ac70883c0258adb172dd29ec4/summa-visualization-0.1.0b0.tar.gz" } ] }