Learn R Programming

lexicon (version 0.7.4)

hash_sentiment_nrc: NRC Sentiment Polarity Table

Description

A data.table dataset containing a filtered version of Mohammad & Turney', P. D.'s (2010) positive/negative word list as sentiment lookup values.

Usage

data(hash_sentiment_nrc)

Arguments

Format

A data frame with 5468 rows and 2 variables

Details

  • x. Words

  • y. Sentiment values (+1, -1)

References

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.

Examples

Run this code
# NOT RUN {
library(data.table)
hash_sentiment_nrc[c('happy', 'angry')]
# }

Run the code above in your browser using DataLab