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