fake_simple | R Documentation |
This function takes a list of tokens and returns a list of potential generated pseudowords by replacing characters based on legal bigrams within the word list set. Note: you should check the list, as random generation can generate a new real token.
fake_simple(wordlist)
wordlist |
a list of tokens you want to use to create your pseudowords. |
A dataset of original tokens and suggested pseudowords.
# af_top_sim$fake_cue <- fake_simple(af_top_sim$cue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.