{ "info": { "author": "Yuri Malheiros", "author_email": "yuri@dcx.ufpb.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "# SenticNet API\n\n[![Image](https://zenodo.org/badge/doi/10.5281/zenodo.9805.png \"DOI\") ](http://dx.doi.org/10.5281/zenodo.9805 \"DOI\")\n\nSimple API to use SenticNet 5 (http://sentic.net/).\n\n\n## Install\n\nUsing pip:\n\n```\n$ pip install senticnet\n```\n\nUsing the repository code:\n\n```\n$ python setup.py install\n```\n\n## How to use\n\n```python\nfrom senticnet.senticnet import SenticNet\n\nsn = SenticNet()\nconcept_info = sn.concept('love')\npolarity_value = sn.polarity_value('love')\npolarity_intense = sn.polarity_intense('love')\nmoodtags = sn.moodtags('love')\nsemantics = sn.semantics('love')\nsentics = sn.sentics('love')\n```\n\nAlso, you can use other languages:\n\n```python\nfrom senticnet.senticnet import SenticNet\n\nsn = SenticNet('pt')\nconcept_info = sn.concept('amor')\npolarity_value = sn.polarity_value('amor')\npolarity_intense = sn.polarity_intense('amor')\nmoodtags = sn.moodtags('amor')\nsemantics = sn.semantics('amor')\nsentics = sn.sentics('amor')\n```\n\nYou can find all supported languages here: http://sentic.net/api/\n\n## About SenticNet\n\nSenticNet is an initiative conceived at the MIT Media Laboratory in 2010 within an industrial Cooperative Awards in Science and Engineering (CASE) research project, funded by the UK Engineering and Physical Sciences Research Council (EPSRC) and born from the collaboration between the University of Stirling, the Media Lab, and Sitekit Labs.\n\nCurrently, both the SenticNet knowledge base and the SenticNet framework are being maintained and further developed by the Sentic Team, a multidisciplinary research group based at the School of Computer Engineering of Nanyang Technological University in Singapore, but also by many other sentic enthusiasts around the world.\n\nPlease acknowledge the authors by citing SenticNet 5 in any research work or presentation containing results obtained in whole or in part through the use of the API:\n\n*E Cambria, S Poria, D Hazarika, K Kwok. SenticNet 5: Discovering conceptual primitives for sentiment analysis by means of context embeddings. In: AAAI, pp. 1795-1802 (2018)*\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yurimalheiros/senticnetapi", "keywords": "", "license": "Copyright \u00a9 2012-2018 Yuri Malheiros\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nPlease acknowledge the authors by citing SenticNet 4 in any research work or presentation containing results obtained in whole or in part through the use of the API.\n", "maintainer": "", "maintainer_email": "", "name": "senticnet", "package_url": "https://pypi.org/project/senticnet/", "platform": "", "project_url": "https://pypi.org/project/senticnet/", "project_urls": { "Homepage": "https://github.com/yurimalheiros/senticnetapi" }, "release_url": "https://pypi.org/project/senticnet/1.3/", "requires_dist": null, "requires_python": "", "summary": "Access SenticNet API using Python", "version": "1.3" }, "last_serial": 3854854, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "9de40c35d5233a1a9035a3b2ad89395d", "sha256": "94a8f91616ea584b0171371c0ac616b1e6420aad7dc1c0acc994f8a9aa758d2b" }, "downloads": -1, "filename": "senticnet-0.2.tar.gz", "has_sig": false, "md5_digest": "9de40c35d5233a1a9035a3b2ad89395d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4152, "upload_time": "2013-01-21T13:32:14", "url": "https://files.pythonhosted.org/packages/63/51/ca29ee492b44695252f5d365ce447b039b9da37fb789869bf130628d1692/senticnet-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0cf9345baef73ee139ef20a6609e4dbf", "sha256": "6341a421a39f02769525546cb5e1da8d2f89a34ae68d1ad9a1a190638fd80018" }, "downloads": -1, "filename": "senticnet-0.3.tar.gz", "has_sig": false, "md5_digest": "0cf9345baef73ee139ef20a6609e4dbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4165, "upload_time": "2013-01-21T18:37:02", "url": "https://files.pythonhosted.org/packages/2b/98/2e260f4f6089795383631b1999aa686d0386b75fa5f772769a22aa055401/senticnet-0.3.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f6be066beb2f4e7d9209f7574e2ebdcc", "sha256": "445847a01e3d78860e93e8cd50233c7b05332858498a7592138c883b2fa1475f" }, "downloads": -1, "filename": "senticnet-0.3.2.tar.gz", "has_sig": false, "md5_digest": "f6be066beb2f4e7d9209f7574e2ebdcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4527, "upload_time": "2013-01-22T11:45:58", "url": "https://files.pythonhosted.org/packages/f5/2b/1de3c3f5c8c1eb5af2cadcde9ba7debcd6d81b8b23e7603dfc392a5f11af/senticnet-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "7069d2c0d615717e42e6b80eecb6e83d", "sha256": "f711a0a9bfa083d5e2ba520ab844f4e805585c03c4c300fec33e221ef49620c1" }, "downloads": -1, "filename": "senticnet-0.3.3.tar.gz", "has_sig": false, "md5_digest": "7069d2c0d615717e42e6b80eecb6e83d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4543, "upload_time": "2014-04-15T21:12:56", "url": "https://files.pythonhosted.org/packages/bb/1b/3129cd7c5dc638b7e863a2a8d5c7adacf32f7b44cb4ee2cfa16d32bf3e1a/senticnet-0.3.3.tar.gz" } ], "0.4": [], "0.4.1": [], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ce0f1b8e46a3739d5044554b75ee9589", "sha256": "00a378567b8aefdc043ba4f50bbfb9b6804ee94ab274c181c57f9e0bd62804d5" }, "downloads": -1, "filename": "senticnet-0.5.0.tar.gz", "has_sig": false, "md5_digest": "ce0f1b8e46a3739d5044554b75ee9589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5958, "upload_time": "2016-07-04T19:53:51", "url": "https://files.pythonhosted.org/packages/93/a2/e0c4495c4b181962c7168558d577c0b962b7d29d0d5be3085343185ce541/senticnet-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "24cb5ee8ff0c6e81325612250073de2e", "sha256": "809b8bfc98ad776431f2c3a6b8f0fde8e54e7b2efd0f80fb8e98e238f1d52727" }, "downloads": -1, "filename": "senticnet-0.5.1.tar.gz", "has_sig": false, "md5_digest": "24cb5ee8ff0c6e81325612250073de2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5962, "upload_time": "2016-08-26T14:39:04", "url": "https://files.pythonhosted.org/packages/56/53/b0497fc9d4ea03d74c4dc7b66d949b802c1f1fce51d80cb4a1b94a6a2276/senticnet-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "9a8cd0aaf75c414ec5120e9079200919", "sha256": "3f5bcf6c549098d90940575221c2de9660798bf0938dc07ac6adb9035045fc77" }, "downloads": -1, "filename": "senticnet-0.6.0.tar.gz", "has_sig": false, "md5_digest": "9a8cd0aaf75c414ec5120e9079200919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2302391, "upload_time": "2016-09-29T00:17:18", "url": "https://files.pythonhosted.org/packages/e1/50/e5f463e3a6455cc754c2a06aee9ef25747d4a8793b4976092f5e223b6a02/senticnet-0.6.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f22e28d70ee070db1e7cd3134ad18369", "sha256": "2ef50b7833edc0898df4bed5b7548059028bbaf63505c821a11858758b3fa9ef" }, "downloads": -1, "filename": "senticnet-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f22e28d70ee070db1e7cd3134ad18369", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49553574, "upload_time": "2016-12-26T17:58:18", "url": "https://files.pythonhosted.org/packages/c1/57/f2c67c219f644a743208efd9d1c2d1b0303787b46135c276f7c5995a4108/senticnet-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "adf851c878ba6692b785aa283c2a184e", "sha256": "2cb57049a1bdb037f6479d0fe6a5dbcf66f5aa75df5b01b1a8a74df584689485" }, "downloads": -1, "filename": "senticnet-1.0.1.tar.gz", "has_sig": false, "md5_digest": "adf851c878ba6692b785aa283c2a184e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50855241, "upload_time": "2016-12-26T18:13:27", "url": "https://files.pythonhosted.org/packages/85/00/21cc02a732474ece4678e6b789eb71f5e1a37f5a747a09e4f5ac5b4e7bda/senticnet-1.0.1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "9b2faf02549676b75ec0f73109887c49", "sha256": "960b9d3d0cfa1a8464e0bee79ca5d03deed0c801ccc271195e9a6ab50248d5e2" }, "downloads": -1, "filename": "senticnet-1.1.tar.gz", "has_sig": false, "md5_digest": "9b2faf02549676b75ec0f73109887c49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49953269, "upload_time": "2018-03-26T17:34:02", "url": "https://files.pythonhosted.org/packages/fc/a2/65e6d2b59a29af1a5a8b450bf9391b4ed3b025b47723510eda9a9a825dd5/senticnet-1.1.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "99a67df2559faf144d1d82ec99f5db17", "sha256": "b0640dd000e6409b919e710847ddeb2f7009bc63b68c20dfe94bcef2e26b5a47" }, "downloads": -1, "filename": "senticnet-1.3.tar.gz", "has_sig": false, "md5_digest": "99a67df2559faf144d1d82ec99f5db17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51479490, "upload_time": "2018-05-11T17:37:41", "url": "https://files.pythonhosted.org/packages/e0/64/aede8d314be620c67e4c66924e87e8fe068a1373acdbc85aa9399024e6de/senticnet-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99a67df2559faf144d1d82ec99f5db17", "sha256": "b0640dd000e6409b919e710847ddeb2f7009bc63b68c20dfe94bcef2e26b5a47" }, "downloads": -1, "filename": "senticnet-1.3.tar.gz", "has_sig": false, "md5_digest": "99a67df2559faf144d1d82ec99f5db17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51479490, "upload_time": "2018-05-11T17:37:41", "url": "https://files.pythonhosted.org/packages/e0/64/aede8d314be620c67e4c66924e87e8fe068a1373acdbc85aa9399024e6de/senticnet-1.3.tar.gz" } ] }