powered by
Obtain word vectors from a previously trained model.
ft_word_vectors(model, words)
a matrix containing the word vectors.
an object inheriting from "fasttext".
"fasttext"
a character vector giving the words.
if (FALSE) { ft_word_vectors(model, c("word", "vector")) }
Run the code above in your browser using DataLab