Access the NRC dictionary to compute emotion types and valence for a set of words in the input vector.
get_nrc_values(word_vector, language = "english", lexicon = NULL)
A vector of values for the emotions and valence detected in the input vector.
A character vector.
A string
A data frame with at least the columns "word", "sentiment" and "value". If NULL, internal data will be taken.