ft_sentence_vectors | R Documentation |
Obtain sentence vectors from a previously trained model.
ft_sentence_vectors(model, sentences)
model |
an object inheriting from |
sentences |
a character vector giving the sentences. |
a matrix containing the sentence vectors.
## Not run:
ft_sentence_vectors(model, c("sentence", "vector"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.