Description Usage Arguments Note Author(s) References Examples
The function takes a string as an argument and returns the mean concretness. The function executes lemmatization of the string and returns the value of the lemmatized input. The value is based on Brysbaert, Warriner, & Kuperman (2014).
1 | concretness(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
Brysbaert, M., Warriner, A. B., & Kuperman, V. (2014). Concreteness ratings for 40 thousand generally known English word lemmas. Behavior research methods, 46(3), 904-911.
1 2 3 | concretness("I'm sad")
Concretness
1.97
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.