get_rhymes | R Documentation |
Rhymes overlap in all except onset phoneme(s)
get_rhymes(
target,
lexicon,
sep = " ",
form = FALSE,
count = FALSE,
mismatch = 1
)
target |
Character string containing a target word |
lexicon |
Character vector containing the lexical database |
sep |
Separator in target and lexicon |
form |
Whether to return words in lexicon |
count |
Whether to return count of words |
mismatch |
(get_rhymes only) Integer specifying the number of onset phonemes to mismatch for matching with the target word |
the indexes of the competitors in the lexical database
get_rhymes("AA R K", c("AA R K", "B AA R K", "B AA B"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.