I have created GloVE vectors in R previously using text2vec
library.
Is there any easy way to export these for use in Python where I have scripts to compare/contract with Gensim created word vectors? I know there is a specific word2vec c_format, but Im not sure if R has the capability of producing this.