{ "info": { "author": "Emil B\u00e6kdahl", "author_email": "emilsbaekdahl@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License" ], "description": "Sentiment Lexicon\n=================\n\nSentiment lexicon wrapper and generator.\n\nInstallation\n------------\n::\n\n pip install sentiment-lexicon\n\n\nUsage\n-----\nThe module provides a single class, ``Lexicon``, that can be used as a simple wrapper around sentiment lexicon data.\nThe sentiment value of a given word can be accessed via the ``value`` instance method.\n\n.. code:: python\n\n from sentiment_lexicon import Lexicon\n\n lexicon = Lexicon(words, values)\n\n lexicon.value('good') # => 1\n\n\nThe class can also generate a sentiment lexicon based on positive and negative input documents.\n\n.. code:: python\n\n lexicon = Lexicon.from_labelled_text(positive_documents, negative_documents)\n\nMore information is available in the `documentation\n`_.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/emilbaekdahl/sentiment_lexicon", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sentiment-lexicon", "package_url": "https://pypi.org/project/sentiment-lexicon/", "platform": "", "project_url": "https://pypi.org/project/sentiment-lexicon/", "project_urls": { "Documentation": "https://emilbaekdahl.github.io/sentiment_lexicon/", "Homepage": "https://github.com/emilbaekdahl/sentiment_lexicon", "Source Code": "https://github.com/emilbaekdahl/sentiment_lexicon" }, "release_url": "https://pypi.org/project/sentiment-lexicon/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.2.3" }, "last_serial": 5463311, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "7c24000ee55d665a2f8e7ccafd31f6e2", "sha256": "0c78ae022b51e28771a447fb553c7471bd08d5443e54299cc7a275d5281cab44" }, "downloads": -1, "filename": "sentiment_lexicon-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "7c24000ee55d665a2f8e7ccafd31f6e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5697, "upload_time": "2019-06-28T20:45:41", "url": "https://files.pythonhosted.org/packages/bc/52/627d34807ef78cec7db76fa1a44d723716dce84c84c9b67b3a688c543d68/sentiment_lexicon-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "501de0c129d138365d9ba9deac83af37", "sha256": "4ff7060827366a189b668f7930cf273a1b5219c817e2a4fc5f5d1de9edd8b0ac" }, "downloads": -1, "filename": "sentiment_lexicon-0.2.3.tar.gz", "has_sig": false, "md5_digest": "501de0c129d138365d9ba9deac83af37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4277, "upload_time": "2019-06-28T20:45:44", "url": "https://files.pythonhosted.org/packages/01/3e/394dba8bbdf195d0833c60084475c397247b39b83931c407d98de2340fbc/sentiment_lexicon-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c24000ee55d665a2f8e7ccafd31f6e2", "sha256": "0c78ae022b51e28771a447fb553c7471bd08d5443e54299cc7a275d5281cab44" }, "downloads": -1, "filename": "sentiment_lexicon-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "7c24000ee55d665a2f8e7ccafd31f6e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5697, "upload_time": "2019-06-28T20:45:41", "url": "https://files.pythonhosted.org/packages/bc/52/627d34807ef78cec7db76fa1a44d723716dce84c84c9b67b3a688c543d68/sentiment_lexicon-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "501de0c129d138365d9ba9deac83af37", "sha256": "4ff7060827366a189b668f7930cf273a1b5219c817e2a4fc5f5d1de9edd8b0ac" }, "downloads": -1, "filename": "sentiment_lexicon-0.2.3.tar.gz", "has_sig": false, "md5_digest": "501de0c129d138365d9ba9deac83af37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4277, "upload_time": "2019-06-28T20:45:44", "url": "https://files.pythonhosted.org/packages/01/3e/394dba8bbdf195d0833c60084475c397247b39b83931c407d98de2340fbc/sentiment_lexicon-0.2.3.tar.gz" } ] }