View source: R/add_off_list_groups.R
add_off_list_groups | R Documentation |
Provides "number", "proper-noun", "pronoun", & "off-list" groupings for words that do not appear in the word lists you are using as a reference.
This should be used after producing wordlists with word.lists::get_wordlists
, tidytext::unnest_tokens
etc. AND
joining it to a word list with lemma
and group
variables
add_off_list_groups(data)
data |
a dataframe with at least "group", "upos", and "lemma" variables |
a dataframe with a mutated group variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.