ft_word_vectors {fastTextR} | R Documentation |
Obtain word vectors from a previously trained model.
ft_word_vectors(model, words)
model |
an object inheriting from |
words |
a character vector giving the words. |
a matrix containing the word vectors.
## Not run:
ft_word_vectors(model, c("word", "vector"))
## End(Not run)