{ "info": { "author": "C.J. Hutto", "author_email": "cjhutto@gatech.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Text Processing :: General", "Topic :: Text Processing :: Linguistic" ], "description": "# VADER Sentiment Analysis Multilanguage\nVADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.\n\n> This version integrates the Google Translate API through the `translatte` Python library. It requires an active Internet connection in order to work. Text language is automatically detected so it behaves exactly like the original version.\n\n## Installation\nUninstall first the original version so it is not instantiated instead of vader-multi:\n```bash\npip uninstall vaderSentiment\npip install vader-multi\n```\n\n## Polarity Scores\n### `class vaderSentiment.SentimentIntensityAnalyzer`\n#### `polarity_scores(text)`\nReturns a dictionary with the following keys: `{'neg': float, 'neu': float, 'pos': float, 'compound': float}`\n\n```python\nfrom vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer\n\nanalyzer = SentimentIntensityAnalyzer()\nanalyzer.polarity_scores(\"VADER is smart, handsome, and funny.\")\n```\n\n## Examples\n```python\n>>> from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer\n\n>>> analyzer = SentimentIntensityAnalyzer()\n\n>>> analyzer.polarity_scores(\"VADER is VERY SMART, handsome, and FUNNY!!!\")\n{'neg': 0.0, 'neu': 0.233, 'pos': 0.767, 'compound': 0.9342}\n\n>>> analyzer.polarity_scores(\"\u00a1\u00a1\u00a1VADER es MUY INTELIGENTE, guapo y DIVERTIDO!!!\")\n{'neg': 0.0, 'neu': 0.27, 'pos': 0.73, 'compound': 0.9387}\n\n>>> analyzer.polarity_scores(\"VADER \u00e8 MOLTO INTELLIGENTE, bello e DIVERTENTE!!!\")\n{'neg': 0.0, 'neu': 0.256, 'pos': 0.744, 'compound': 0.9481}\n\n>>> analyzer.polarity_scores(\"VADER est TR\u00c8S SMART, beau et dr\u00f4le!!!\")\n{'neg': 0.0, 'neu': 0.276, 'pos': 0.724, 'compound': 0.9338}\n\n>>> analyzer.polarity_scores(\"\u0412\u0435\u0439\u0434\u0435\u0440 \u043e\u0447\u0435\u043d\u044c \u0443\u043c\u043d\u044b\u0439, \u043a\u0440\u0430\u0441\u0438\u0432\u044b\u0439 \u0438 \u0441\u043c\u0435\u0448\u043d\u043e\u0439!!!\")\n{'neg': 0.0, 'neu': 0.314, 'pos': 0.686, 'compound': 0.8989}\n\n>>> analyzer.polarity_scores(\"\u30d9\u30a4\u30c0\u30fc\u306f\u975e\u5e38\u306b\u30b9\u30de\u30fc\u30c8\u3067\u3001\u30cf\u30f3\u30b5\u30e0\u3067\u9762\u767d\u3044\u3067\u3059!!!\")\n{'neg': 0.0, 'neu': 0.328, 'pos': 0.672, 'compound': 0.882}\n\n>>> analyzer.polarity_scores(\"\u0bb5\u0bc7\u0b9f\u0bb0\u0bcd \u0bae\u0bbf\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0bb8\u0bcd\u0bae\u0bbe\u0bb0\u0bcd\u0b9f\u0bcd, \u0b85\u0bb4\u0b95\u0bbe\u0ba9 \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0bb5\u0bc7\u0b9f\u0bbf\u0b95\u0bcd\u0b95\u0bc8\u0baf\u0bbe\u0ba9\u0ba4\u0bc1!!!\")\n{'neg': 0.0, 'neu': 0.314, 'pos': 0.686, 'compound': 0.8989}\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/brunneis/vader-multi/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/brunneis/vader-multi", "keywords": "vader,sentiment,analysis,opinion,mining,nlp,text,data,text analysis,opinion analysis,sentiment analysis,text mining,twitter sentiment,opinion mining,social media,twitter,social,media", "license": "MIT License: http://opensource.org/licenses/MIT", "maintainer": "", "maintainer_email": "", "name": "vader-multi", "package_url": "https://pypi.org/project/vader-multi/", "platform": "", "project_url": "https://pypi.org/project/vader-multi/", "project_urls": { "Download": "https://github.com/brunneis/vader-multi/archive/master.zip", "Homepage": "https://github.com/brunneis/vader-multi" }, "release_url": "https://pypi.org/project/vader-multi/3.2.2.1/", "requires_dist": [ "requests", "translatte" ], "requires_python": "", "summary": "VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.", "version": "3.2.2.1", "yanked": false, "yanked_reason": null }, "last_serial": 6046870, "releases": { "3.2.2": [ { "comment_text": "", "digests": { "md5": "5031ccf033656374360070b24004bcf3", "sha256": "990d74bfa2d323cb92c59bf48e75f33cbf4d6d6a76d56ea6642c4fbbb65ff78d" }, "downloads": -1, "filename": "vader_multi-3.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5031ccf033656374360070b24004bcf3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126207, "upload_time": "2019-09-30T12:15:29", "upload_time_iso_8601": "2019-09-30T12:15:29.523959Z", "url": "https://files.pythonhosted.org/packages/a7/4f/2f21d636ba7fce2523da4c97133b764d9a6681b6a6d48665725b9bcd9013/vader_multi-3.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.2.2.1": [ { "comment_text": "", "digests": { "md5": "6acc610fdd51b49c99be9471b71fbf31", "sha256": "980109e651e1726f237041cff5241a10c46b495c9912c81cc93e179bec1fccd4" }, "downloads": -1, "filename": "vader_multi-3.2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6acc610fdd51b49c99be9471b71fbf31", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126734, "upload_time": "2019-10-29T12:37:11", "upload_time_iso_8601": "2019-10-29T12:37:11.497561Z", "url": "https://files.pythonhosted.org/packages/bf/a5/5ab19e6a3a5b84962302d070d407d857ed4156e407cb7be6c8a054fc2a57/vader_multi-3.2.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6acc610fdd51b49c99be9471b71fbf31", "sha256": "980109e651e1726f237041cff5241a10c46b495c9912c81cc93e179bec1fccd4" }, "downloads": -1, "filename": "vader_multi-3.2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6acc610fdd51b49c99be9471b71fbf31", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126734, "upload_time": "2019-10-29T12:37:11", "upload_time_iso_8601": "2019-10-29T12:37:11.497561Z", "url": "https://files.pythonhosted.org/packages/bf/a5/5ab19e6a3a5b84962302d070d407d857ed4156e407cb7be6c8a054fc2a57/vader_multi-3.2.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }