维德情绪分析。VADER(Valence Aware Dictionary and sEntiment Reasoner)是一种基于词典和规则的情感分析工具,专门针对社交媒体中表达的情感,并且适用于其他领域的文本。
项目描述
===================================== VADER-情绪分析
VADER(Valence Aware Dictionary and sEntiment Reasoner)是一种基于词典和规则的情感分析工具,专门针对社交媒体中表达的情感。它在 _ 下是完全开源的[MIT License] <http://choosealicense.com/>
(我们真诚地感谢所有的署名并乐于接受大多数贡献,但请不要让我们承担责任)。
Features and Updates
_- 介绍_
Citation Information
_- 安装_
Resources and Dataset Descriptions
_Python Code Example
_About the Scoring
_Ports to Other Programming Languages
_
功能和更新
非常感谢 George Berry、Ewan Klein、Pierpaolo Pantone 为使 VADER 变得更好所做的关键贡献。新更新包括以下功能:
#. 重构 Python 3 兼容性,改进模块化,并纳入[NLTK] <http://www.nltk.org/_modules/nltk/sentiment/vader.html>
_ ...非常感谢 Ewan 和 Pierpaolo。#. 重组以大大提高速度/性能,将时间复杂度从 O(N^4) 降低到 O(N)……非常感谢 George。#. 简化 pip 安装并更好地支持 vaderSentiment 模块和组件导入。(对 vader_lexicon.txt 文件的依赖现在使用自动文件位置发现,因此您无需手动指定其在代码中的位置,或将文件复制到执行代码的目录中。)更完整的演示在__main__
for vader_sentiment.py
. 该演示有: