Description Usage Format Details License References Examples
A data.table dataset containing a filtered version of Mohammad & Turney', P. D.'s (2010) positive/negative word list as sentiment lookup values.
1 |
A data frame with 5468 rows and 2 variables
x. Words
y. Sentiment values (+1, -1)
The original authors note the data is available for non-commercial use: "If interested in commercial use of any of these lexicons, send email to Saif M. Mohammad (Senior Research Officer at NRC and creator of these lexicons): saif.mohammad@nrc-cnrc.gc.ca and Pierre Charron (Client Relationship Leader at NRC): Pierre.Charron@nrc-cnrc.gc.ca. A nominal one-time licensing fee may apply."
http://www.purl.com/net/lexicons
Mohammad, S. M. & Turney, P. D. (2010) Emotions evoked by common words and
phrases: Using Mechanical Turk to create an emotion lexicon, In Proceeding of
Workshop on Computational Approaches to Analysis and Generation of Emotion in
Text, 26-34.
1 2 3 4 5 | ## Not run:
library(data.table)
hash_sentiment_nrc[c('happy', 'angry')]
## End(Not run)
|
x y
1: happy 1
2: angry -1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.