ft_analogies {fastTextR} | R Documentation |
TODO
ft_analogies(model, word_triplets, k = 10L)
model |
an object inheriting from |
word_triplets |
a character vector of length string giving the word. |
k |
an integer giving the number of nearest neighbors to be returned. |
.
## Not run:
ft_analogies(model, c("berlin", "germany", "france"), k = 6L)
## End(Not run)