{ "info": { "author": "Eric Bower", "author_email": "neurosnap@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Summarizer [![Build Status](https://travis-ci.org/michigan-com/summarizer.svg)](https://travis-ci.org/michigan-com/summarizer)\n==========\n\nSummarizer is an automatic summarization algorithm.\n\nRequirements\n------------\n\n* Python 2.7, 3.3, 3.4, or 3.5\n* NLTK\n\nInstall it\n----------\n\n```\npip install summarizer\n```\n\nUse it\n------\n\n```\nfrom summarizer import summarize\nsummarize(title, text)\n```\n\nDocumentation\n-------------\n\nSummarizer.summarize(title, text, count=5, summarizer=Summarizer())\n\n* title: The title of the article\n* text: The actual text of the article\n* count: The number of summarized sentences to return\n* summarizer: The class instance that will do all the work\n\nContributing\n------------\n\nAll contributions must be accompanied by some form of unit testing\n\n\n\n\nCHANGES\n=======\n\nv0.0.7\n------\n\n* Added python 3.5 to travis\n* Moved `SentenceTokenizer` to its own file\n* Added `dept` to `abbrev_types`\n\nv0.0.6\n------\n\n* [FIX] Sgt, Gov, and No abbreviations accounted for\n\nv0.0.5 10-01-2015\n-----------------\n\n* [FIX] Python2.7 unicode errors\n* Updated PunktLanguageVars to detect special quotation marks\n\nv0.0.4 10-01-2015\n-----------------\n\n* [FIX] PYPI didn't pick up the new training data in JSON format\n\nv0.0.3 10-01-2015\n-----------------\n\n* [FIX] Tokenizer would think a custom abbreviation, F.B.I., was a sentence break\n* [FIX] Added sanitizer module to preprocess text before summarizing it\n* [TESTS] Added ability to pull valid tokenized articles from brevity.detroitnow.io\nand test that the new tokenizer is still valid\n\nv0.0.2 08-26-2015\n-----------------\n\n* PYPI not picking up data files\n\nv0.0.1 08-26-2015\n-----------------\n\n* Added setup.py\n* Added \\_\\_version\\_\\_\n* Added unit tests", "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/michigan-com/summarizer", "keywords": null, "license": "The MIT License (MIT)\n=====================\n\nCopyright (c) 2015 Michigan.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "summarizer", "package_url": "https://pypi.org/project/summarizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/summarizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/michigan-com/summarizer" }, "release_url": "https://pypi.org/project/summarizer/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "A text summarizer", "version": "0.0.7" }, "last_serial": 1834124, "releases": { "0.0.1": [ { "comment_text": "built for Linux-4.1.5-1-ARCH-x86_64-with-glibc2.2.5", "digests": { "md5": "fbaabef70b329e0243dd7dce962972fd", "sha256": "1273cb1feca35e4d40adebc51ff792155829b721160c3648624bddddfbef3739" }, "downloads": -1, "filename": "summarizer-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "fbaabef70b329e0243dd7dce962972fd", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 168689, "upload_time": "2015-08-26T18:18:24", "url": "https://files.pythonhosted.org/packages/2b/84/82e057fa867e3147b858a1adc6a89c84d7a8fea556f5aa4956a445624b24/summarizer-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "244c2a0993dfc02060dbdaf580a334ea", "sha256": "2ac864897e3a926cb7aa46fc17b104664235118b61226227ca0fad71c9ff0b00" }, "downloads": -1, "filename": "summarizer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "244c2a0993dfc02060dbdaf580a334ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4302, "upload_time": "2015-08-26T18:18:19", "url": "https://files.pythonhosted.org/packages/13/a6/e159a4c4316d3c1430ee539294e0aeb862915085d5a156c199a8d750770b/summarizer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "built for Linux-4.1.5-1-ARCH-x86_64-with-glibc2.2.5", "digests": { "md5": "2346dc54a12cc09891f864793e778e4e", "sha256": "196e9f25fda1d2d81e0ab69aa6dbd10c044a626441d0d789d5dd2a8ef811be33" }, "downloads": -1, "filename": "summarizer-0.0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "2346dc54a12cc09891f864793e778e4e", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 169003, "upload_time": "2015-08-26T18:40:35", "url": "https://files.pythonhosted.org/packages/3c/ef/1b3f3297f3004f314e476b6541738f3573d808c29f380f2e1362bf7deeb6/summarizer-0.0.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "69d08fed879bc86b93c890c5b26691a2", "sha256": "ca914519064f84f9c71cb60657f80c805603f00bc243cf191933cfdc5858d2c7" }, "downloads": -1, "filename": "summarizer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "69d08fed879bc86b93c890c5b26691a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166769, "upload_time": "2015-08-26T18:40:30", "url": "https://files.pythonhosted.org/packages/4a/db/ec83fbfc40f4cf20a1e2f3911589948bc2540504ff44d49e32f4d0fb504b/summarizer-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "built for Darwin-15.0.0", "digests": { "md5": "e9181ceaea8501416551f8b49ccc16c5", "sha256": "e64525ab8f87c7e8fe5f64d382028cb10774b1d64f4358df4e09b352123b8b72" }, "downloads": -1, "filename": "summarizer-0.0.3.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "e9181ceaea8501416551f8b49ccc16c5", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 282653, "upload_time": "2015-10-01T16:34:12", "url": "https://files.pythonhosted.org/packages/fc/13/dbee7e552f4d3f87393994492f25ebd846160be956b06146e5cadd6575df/summarizer-0.0.3.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "f42bd048657d54c278a6f0ea0913b69a", "sha256": "b86af1e47579c7173c04c84989676552ab80ef225985213d19d91fb77740704a" }, "downloads": -1, "filename": "summarizer-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f42bd048657d54c278a6f0ea0913b69a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170403, "upload_time": "2015-10-01T16:38:05", "url": "https://files.pythonhosted.org/packages/e4/f4/4c60e111d50666cfe0866dc04f453ccfd3bbdae9fe33be47c15012004a8f/summarizer-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a4a011fd64f2fd300e9ad201b0c35089", "sha256": "9fae910443c6764a870fa914f2770b5b15ea4f9d8eb28979a488910d08c503c2" }, "downloads": -1, "filename": "summarizer-0.0.4.tar.gz", "has_sig": false, "md5_digest": "a4a011fd64f2fd300e9ad201b0c35089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 279542, "upload_time": "2015-10-01T16:41:14", "url": "https://files.pythonhosted.org/packages/50/d9/7954cedd65a84cb684bf4dddd84fa724fd47b181bfcc56e01b5de06e01b5/summarizer-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "4c693ac215e44e6089f75ce4c0865299", "sha256": "081f021ad4b43e484a039a89101dba73580c0caf763f4b0be57421fef06e5f83" }, "downloads": -1, "filename": "summarizer-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4c693ac215e44e6089f75ce4c0865299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280156, "upload_time": "2015-10-01T23:09:10", "url": "https://files.pythonhosted.org/packages/9b/8b/1b3d8661716b0fa54457c2bc73a15c263b33d94f84fdfb02e57109883354/summarizer-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "27827564d8bf33b8a342cee2f3ea3a84", "sha256": "7ce34e1bff906bb40448a318a3d306e4a3f0d2ed88598c2c97587de2ed551460" }, "downloads": -1, "filename": "summarizer-0.0.6.tar.gz", "has_sig": false, "md5_digest": "27827564d8bf33b8a342cee2f3ea3a84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278361, "upload_time": "2015-11-18T18:00:20", "url": "https://files.pythonhosted.org/packages/29/18/27394018ccd9a6399c7741cd02d23497554f697f4278a63756be05551a4c/summarizer-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "3a88da9b374e0b773ce246b07108ec56", "sha256": "e01b334cc238910af83f1d776a19e80f228f90cd47dff6361aad9a3cd1a2cf9f" }, "downloads": -1, "filename": "summarizer-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3a88da9b374e0b773ce246b07108ec56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280141, "upload_time": "2015-11-26T03:02:05", "url": "https://files.pythonhosted.org/packages/de/ca/5f5934b4421e928cac8f916e358310486d6e940b52dacc3857b60ba88634/summarizer-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a88da9b374e0b773ce246b07108ec56", "sha256": "e01b334cc238910af83f1d776a19e80f228f90cd47dff6361aad9a3cd1a2cf9f" }, "downloads": -1, "filename": "summarizer-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3a88da9b374e0b773ce246b07108ec56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280141, "upload_time": "2015-11-26T03:02:05", "url": "https://files.pythonhosted.org/packages/de/ca/5f5934b4421e928cac8f916e358310486d6e940b52dacc3857b60ba88634/summarizer-0.0.7.tar.gz" } ] }