View source: R/sentence_to_vector.R
sentence_to_vector | R Documentation |
Function creates a matrix with word embeddings using a given model.
sentence_to_vector(sentences, model)
sentences |
a character vector, |
model |
a matrix containing word embeddings (e.g., GloVe). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.