pairwise_similarities | R Documentation |
Compute the pairwise similarities between all words in a dictionary
pairwise_similarities(dictionary, vectors)
dictionary |
A character vector of words |
vectors |
A vectors object, e.g. as returned by load_fasttext |
a (tibble) data frame with columns word1, word2, sim, frequency1 and frequency2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.