powered by
Get data for words that sound similar.
get_sounds_like(word = "test", return_type = "df", limit = 10, num_syl = NULL)
data containing word(s) that sound similar.
to get similar sounding words with.
type to return. Options are:
'df' for data.frame.
'word' for a single word.
'random_word' or 'random word' or 'rand' for a random word.
'vector' for a vector of words.
max number of words to return.
number of syllables in rhymes to return.
get_sounds_like("test") get_sounds_like("test", limit = 10)
Run the code above in your browser using DataLab