new_rhymes | R Documentation |
Similar to cut_up()
, new_rhymes()
takes
a piece of tokenized text input, and replaces words in
rhyme scheme with words that rhyme.
new_rhymes(hymn, df)
hymn |
A tokenized hymn that needs new rhymes, possible output
from |
df |
A tibble based on output from |
A tibble with new column token_new
with a suggested
replacement for column token
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.