Description Usage Arguments Note Author(s) References Examples
The function takes a string as an argument and returns the mean value of valence, arousal and dominance. The function executes lemmatization of the string and returns the value of the lemmatized input. The value is based on Warriner, Kuperman, & Brysbaert (2013).
1 | NoVAD(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
Warriner, A. B., Kuperman, V., & Brysbaert, M. (2013). Norms of valence, arousal, and dominance for 13,915 English lemmas. Behavior research methods, 45(4), 1191-1207.
1 2 3 4 | NoVAD("I'm fun")
Valence Arousal Dominance
8.37 6.32 7.04
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.