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