Count number of times a particular word from the dictionary shows up in a document.
Arguments
- word_item
(vector or array): A vector or array of words from the text wanting to be matched to dictionary.
Value
data.frame object of with count of masculine, feminine, and masculine words.
Details
Takes the number of words that are loosely categorized as Masculine, Feminine, or Neutral based on Roberts and Utych's (2019) definition.
Feminine words had a score below 2.5, Neutral words had a score higher than 2.5 and lower than 5.5, Masculine words had a score higher than 5.5.