sentence_to_vector {blocking} | R Documentation |
Sentence to vector
Description
Function creates a matrix with word embeddings using a given model.
Usage
sentence_to_vector(sentences, model)
Arguments
sentences |
a character vector, |
model |
a matrix containing word embeddings (e.g., GloVe). |
[Package blocking version 1.0.1 Index]