{ "info": { "author": "Aditya Chatterjee", "author_email": "aditianhacker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Education", "Topic :: Internet", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Linguistic", "Topic :: Utilities" ], "description": "ReadLess \n==========\n\nA python module for conversation and text summarization and much more\nexciting features.\n\n*Features* provided by this module:\n\n- **Text Segmentation** using:\n\n - **TextTiling** with **Block Score**\n - **TextTiling** with **Vocabulary introduction**\n- **Conversational summarization** using:\n\n - **Cluster Rank**\n- **Text summarization** using :\n\n - **TextRank**\n - **Random**\n\nInstallation\n------------\n\nMake sure you have `Python`_ 2.7/3.3+ and `pip`_\\ (`Windows`_, `Linux`_)\ninstalled. Run simply (preferred way):\n\n.. code:: sh\n\n $ [sudo] pip install readless\n\nOr for the latest version in development:\n\n.. code:: sh\n\n $ [sudo] pip install git+git://github.com/adichat/read-less.git\n\nReadLess API\n------------\n\nYou can use readless like a library in your project.\n\nFor quickly summarizing a conversation using ClusterRank algorithm:\n\n.. code:: python\n\n # -*- coding: utf8 -*-\n\n from readless.Summarization import clusterrank\n summarizer = clusterrank.ClusterRank()\n pathToFile = \"C:/conversation.in\"\n summary = summarizer.summarizeFile(pathToFile)\n\nFor segmenting a text using TextTiling algorithm:\n\n.. code:: python\n\n # -*- coding: utf8 -*-\n\n from readless.Segmentation import texttiling\n segmentation = texttiling.TextTiling()\n pathToFile = \"C:/conversation.in\"\n segmentedText = segmentation.segmentFile(pathToFile)\n\nFor a detailed list of other API functionalities, see `**ReadLess\nDocumentation**`_.\n\nContributions\n-------------\n\nAll contributions are welcomed. This module is in development and there\nare several scopes of improvement. Tests are to be implemented along\nwith other Summarization algorithms with support for web page\nsummarization. For upcoming features, see `Future developments`_.\n\n`LICENSE`_\n~~~~~~~~~~~~\n\n.. _Python: http://www.python.org/\n.. _pip: https://crate.io/packages/pip/\n.. _Windows: http://docs.python-guide.org/en/latest/starting/install/win/\n.. _Linux: http://docs.python-guide.org/en/latest/starting/install/linux/\n.. _**ReadLess Documentation**: \n.. _Future developments: \n.. _LICENSE: https://github.com/AdiChat/Read-Less/blob/master/LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AdiChat/Read-Less", "keywords": "cluster rank,text rank,texttiling,data mining,conversation summarization,text summarization,text segmentation,data reduction,NLP,computational linguistics,natural language processing", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "readless", "package_url": "https://pypi.org/project/readless/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/readless/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AdiChat/Read-Less" }, "release_url": "https://pypi.org/project/readless/1.0.17/", "requires_dist": null, "requires_python": null, "summary": "Module for conversational and text summarization and much more", "version": "1.0.17" }, "last_serial": 2458116, "releases": { "1.0.16": [ { "comment_text": "", "digests": { "md5": "a34d419742078ebbf27f13e6b59d3b2a", "sha256": "ca32c3b57313166dc7611f97b893141652d36f35cfd6d83a89de3b08335e8d12" }, "downloads": -1, "filename": "readless-1.0.16.zip", "has_sig": false, "md5_digest": "a34d419742078ebbf27f13e6b59d3b2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14188, "upload_time": "2016-11-13T10:50:20", "url": "https://files.pythonhosted.org/packages/23/1f/544ce35e440eac7fa2947e4ae46cd7073ac8ff82eca68efa3af0a58069ad/readless-1.0.16.zip" } ], "1.0.17": [ { "comment_text": "", "digests": { "md5": "f829132f5acc31f8932bfb579feec505", "sha256": "6d10f151f531136ac8cf0a15b23f659691454ac16b3ee4d948230fd7b460041f" }, "downloads": -1, "filename": "readless-1.0.17.zip", "has_sig": false, "md5_digest": "f829132f5acc31f8932bfb579feec505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14191, "upload_time": "2016-11-13T18:02:36", "url": "https://files.pythonhosted.org/packages/4b/4f/9805168a38944990be1f5d9f43c092fdd92228d63abab1fe87e9c8ff0aea/readless-1.0.17.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f829132f5acc31f8932bfb579feec505", "sha256": "6d10f151f531136ac8cf0a15b23f659691454ac16b3ee4d948230fd7b460041f" }, "downloads": -1, "filename": "readless-1.0.17.zip", "has_sig": false, "md5_digest": "f829132f5acc31f8932bfb579feec505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14191, "upload_time": "2016-11-13T18:02:36", "url": "https://files.pythonhosted.org/packages/4b/4f/9805168a38944990be1f5d9f43c092fdd92228d63abab1fe87e9c8ff0aea/readless-1.0.17.zip" } ] }