View source: R/matrixFunctions.R
write.binary.word2vec | R Documentation |
Write in word2vec binary format
write.binary.word2vec(model, filename)
model |
The wordVectors model you wish to save. (This can actually be any matrix with rownames, if you want a smaller binary serialization in single-precision floats.) |
filename |
The file to save the vectors to. I recommend ".bin" as a suffix. |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.