Use Annoy to rapidly retrieve the n
most closest representation of a text.
1 | get_neighbors(word, dict, annoy_model, n, search_k)
|
word |
character containing the pivot word |
dict |
character containing all possible texts |
annoy_model |
RcppAnnoy model |
n |
number of elements to retrieve |
search_k |
number of nodes to search in (Annoy parameter). Higher is better and slower. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.