emoji_lexicon | R Documentation |
Contains ratings of 1719 emojis on eight emotions (anger, anticipation, disgust, fear, joy, sadness, surprise, trust) and two sentiments (negative, positive). Contains emojis up to and including Unicode 12.1.0.
data("emoji_lexicon")
A data frame with 1719 observations on the following 11 variables.
emoji
a character vector containing emoji images
anger
a numeric vector containing anger scores
anticipation
a numeric vector containing anticipation scores
disgust
a numeric vector containing disgust scores
fear
a numeric vector containing fear scores
joy
a numeric vector containing joy scores
sadness
a numeric vector containing sadness scores
surprise
a numeric vector containing surprise scores
trust
a numeric vector containing trust scores
negative
a numeric vector containing negative scores
positive
a numeric vector containing positive scores
[insert publication here]
Mohammad, S. M., & Turney, P. D. (2013). NRC emotion lexicon. National Research Council, Canada.
head(emoji_lexicon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.