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