powered by
Rhymes overlap in all except onset phoneme(s)
get_rhymes( target, lexicon, sep = " ", form = FALSE, count = FALSE, mismatch = 1 )
the indexes of the competitors in the lexical database
Character string containing a target word
Character vector containing the lexical database
Separator in target and lexicon
Whether to return words in lexicon
Whether to return count of words
(get_rhymes only) Integer specifying the number of onset phonemes to mismatch for matching with the target word
get_rhymes("AA R K", c("AA R K", "B AA R K", "B AA B"))
Run the code above in your browser using DataLab