Description Usage Arguments Details Author(s) References Examples
The function takes a string as an argument and returns the mean value of valence, extremity and emotionality. The function executes lemmatization of the string and returns the value of the lemmatized input. The value is based on Rocklage & Fazio (2015).
1 | EvLex(x)
|
x |
An obejct of class character. |
If the function returns NaN, it means no input text was found in the word list.
Almog Simchon
Rocklage, M. D., & Fazio, R. H. (2015). The Evaluative Lexicon: Adjective use as a means of assessing and distinguishing attitude valence, extremity, and emotionality. Journal of Experimental Social Psychology, 56, 214-227.
1 2 3 4 | EvLex("I'm fun")
Valence Extremity Emotionality
7.84 3.34 5.63
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.