Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 C.J. Hutto
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), 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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", 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.
|
||||
@@ -0,0 +1,14 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: vaderSentiment
|
||||
Version: 3.3.2
|
||||
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.
|
||||
Home-page: https://github.com/cjhutto/vaderSentiment
|
||||
Author: C.J. Hutto
|
||||
Author-email: cjhutto@gatech.edu
|
||||
License: MIT License
|
||||
Download-URL: https://github.com/cjhutto/vaderSentiment/archive/master.zip
|
||||
Requires-Dist: requests
|
||||
|
||||
**VADER Sentiment Analysis**
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
vaderSentiment-3.3.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
vaderSentiment-3.3.2.dist-info/LICENSE.txt,sha256=dM_kHNv39pJa60wYwUjsjbBCVA7bZzn9gQaapOPIsRg,1096
|
||||
vaderSentiment-3.3.2.dist-info/METADATA,sha256=cAjKrXxXyIb5jiN1mkuGG86d4kmHTFWwmqZWMEECJXk,572
|
||||
vaderSentiment-3.3.2.dist-info/RECORD,,
|
||||
vaderSentiment-3.3.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
vaderSentiment-3.3.2.dist-info/WHEEL,sha256=6T3TYZE4YFi2HTS1BeZHNXAi8N52OZT4O-dJ6-ome_4,116
|
||||
vaderSentiment-3.3.2.dist-info/top_level.txt,sha256=OPVYyArRoCmSjC3Dc9StRy7LbBqZNl6i5P9zZqAfEP4,15
|
||||
vaderSentiment/__init__.py,sha256=G2WICU_Zh5n_nB23EBynr3180BMfu-UHO-IerOnJgRg,17
|
||||
vaderSentiment/__pycache__/__init__.cpython-310.pyc,,
|
||||
vaderSentiment/__pycache__/vaderSentiment.cpython-310.pyc,,
|
||||
vaderSentiment/emoji_utf8_lexicon.txt,sha256=uNVCI64c4io-EsH3RTFrcWeMMo619dMGOoQvN8--KCM,121986
|
||||
vaderSentiment/vaderSentiment.py,sha256=Jc2BTSMAC0HA4kLZmWCDLGYgs_G4REaRc0BFAM5jIGs,34407
|
||||
vaderSentiment/vader_lexicon.txt,sha256=HsnG6e4Zqt4yj4vrOTpq-nGluzrPfTzCLU71aN83S_U,434304
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
vaderSentiment
|
||||
Reference in New Issue
Block a user