ft_analogies {fastTextR} | R Documentation |
Get Analogies
Description
TODO
Usage
ft_analogies(model, word_triplets, k = 10L)
Arguments
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. |
Value
.
Examples
## Not run:
ft_analogies(model, c("berlin", "germany", "france"), k = 6L)
## End(Not run)
[Package fastTextR version 2.1.0 Index]