powered by
Get dataframe for words with similar meaning.
get_means_like(word = "test", return_type = "df", limit = 10)
data with words of similar meaning.
to get similar meaning 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.
get_means_like("test") get_means_like("test", limit = 10)
Run the code above in your browser using DataLab