| load_word_vectors | R Documentation |
Loads pre-trained word vectors from a file
load_word_vectors(path, max_words = NULL, normalize = TRUE)
path |
Path to word vectors file (GloVe .txt or word2vec .bin) |
max_words |
Maximum number of words to load (NULL for all) |
normalize |
Normalize vectors to unit length |
WordVectors object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.