ft_word_vectors | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.