dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
849 stars 135 forks source link

Save Glove Embedding #304

Closed Arvedek closed 5 years ago

Arvedek commented 5 years ago

How can I save the embedding file (.txt file I guess?) from the matrix.

Arvedek commented 5 years ago

write.table(file,sep=" ",rownames=T,quote=F)