{ "info": { "author": "Ruben Dorado", "author_email": "ruben.dorados@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "news-inspector\n===========================================\n\n[![MIT License](https://badgen.net/badge/license/MIT/)](http://opensource.org/licenses/MIT)\n[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/rdorado/news-inspector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rdorado/site-analyzer/)\n[![Build Status](https://travis-ci.com/rdorado/news-inspector.svg?branch=master)](https://travis-ci.com/rdorado/news-inspector)\n\nNews-inspector is a free software library for analyzing and acquiring information from news. It features various NLP and machine learning tasks that can be performed on text news articles:\n\n* classification\n* named entity recognition\n* knowledge-based article search\n\nAll the methods can be easily configured and trained/retrained. Once trained, they can be loaded and used on new articles.\n\nRequirements\n===========================================\n\n* Python >=3.4\n* scikit-learn>=0.17.1\n* sklearn-crfsuite>=0.3\n* nltk>=3.24\n\nInstallation\n===========================================\n\n```python\npip install news-inspector\n```\n\nQuick start\n===========================================\n\nTrain the model:\n\n```python \nfrom news_inspector import GenericClassifier\ntrain_model(GenericClassifier, \"myconfig.xml\", \"myclassifier.model\");\n```\n\nLoad and use the model:\n\n```python\nfrom news_inspector import load_model\n\nmodel = load_model(\"myclassifier.model\");\nresult = model.classify(text);\n```\n\n\nDocumentation\n===========================================\n\nRead the docs at https://news-inspector.readthedocs.io/en/latest/.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rdorado/news-inspector", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "news-inspector", "package_url": "https://pypi.org/project/news-inspector/", "platform": "", "project_url": "https://pypi.org/project/news-inspector/", "project_urls": { "Homepage": "https://github.com/rdorado/news-inspector" }, "release_url": "https://pypi.org/project/news-inspector/0.1.1/", "requires_dist": [ "scikit-learn (>=0.17.1)", "sklearn-crfsuite (>=0.3)", "nltk (>=3.2)" ], "requires_python": "", "summary": "News-inspector is a library for analyzing and extracting information from news articles", "version": "0.1.1" }, "last_serial": 5163110, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f6471158d00af9316c38720f95244fc4", "sha256": "ea31178e6d3a2c1b7922378c6356161ad11fed9ba767c8a059663f1682423163" }, "downloads": -1, "filename": "news_inspector-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f6471158d00af9316c38720f95244fc4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8185, "upload_time": "2019-04-19T03:26:40", "url": "https://files.pythonhosted.org/packages/67/3a/f6d210f29d0470e034aeda771fdcc78f5173928d49d3934c99f84168bd71/news_inspector-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "883f052990e8efd13956ee61de39988d", "sha256": "fd2403ba73d4afa425bbeef1c23dede36378c7cb3fe21cf6a3f78f5555b87c5c" }, "downloads": -1, "filename": "news-inspector-0.1.1.tar.gz", "has_sig": false, "md5_digest": "883f052990e8efd13956ee61de39988d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6725, "upload_time": "2019-04-19T03:26:41", "url": "https://files.pythonhosted.org/packages/55/9e/ed09417b1cbcab0790185a9c6b71ab88e0416aecd3548aaa99f1bc7ac249/news-inspector-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6471158d00af9316c38720f95244fc4", "sha256": "ea31178e6d3a2c1b7922378c6356161ad11fed9ba767c8a059663f1682423163" }, "downloads": -1, "filename": "news_inspector-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f6471158d00af9316c38720f95244fc4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8185, "upload_time": "2019-04-19T03:26:40", "url": "https://files.pythonhosted.org/packages/67/3a/f6d210f29d0470e034aeda771fdcc78f5173928d49d3934c99f84168bd71/news_inspector-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "883f052990e8efd13956ee61de39988d", "sha256": "fd2403ba73d4afa425bbeef1c23dede36378c7cb3fe21cf6a3f78f5555b87c5c" }, "downloads": -1, "filename": "news-inspector-0.1.1.tar.gz", "has_sig": false, "md5_digest": "883f052990e8efd13956ee61de39988d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6725, "upload_time": "2019-04-19T03:26:41", "url": "https://files.pythonhosted.org/packages/55/9e/ed09417b1cbcab0790185a9c6b71ab88e0416aecd3548aaa99f1bc7ac249/news-inspector-0.1.1.tar.gz" } ] }