get_means_like: Get dataframe for words with similar meaning.

View source: R/rhymer.R

get_means_likeR Documentation

Get dataframe for words with similar meaning.

Description

Get dataframe for words with similar meaning.

Usage

get_means_like(word = "test", return_type = "df", limit = 10)

Arguments

word

to get similar meaning 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.

Value

data with words of similar meaning.

Examples

get_means_like("test")

get_means_like("test", limit = 10)

rhymer documentation built on Jan. 5, 2023, 5:09 p.m.