similar_words | R Documentation |
Compute most similar words to a dictionary of seed words
similar_words(dictionary, vectors, antonyms = NULL)
dictionary |
a character vector of words containing wildcards |
vectors |
A vectors object, e.g. as returned by load_fasttext |
k |
the (maximum) number of neighbours to return |
along-format tibble containing columns word and dist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.