get_sounds_like: Get data for words that sound similar.

View source: R/rhymer.R

get_sounds_likeR Documentation

Get data for words that sound similar.

Description

Get data for words that sound similar.

Usage

get_sounds_like(word = "test", return_type = "df", limit = 10, num_syl = NULL)

Arguments

word

to get similar sounding words with.

return_type

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.

limit

max number of words to return.

num_syl

number of syllables in rhymes to return.

Value

data containing word(s) that sound similar.

Examples

get_sounds_like("test")

get_sounds_like("test", limit = 10)

landesbergn/rhymer documentation built on Dec. 31, 2022, 12:57 p.m.