Converting GloVe vectors into word2vec format for easy usage with Gensim
Edit:
glove_file="glove.6B.300d.txt"
on line 48. That is all.
Gross majority of code from https://github.com/manasRK/glove-gensim/ which took a little trial and error.
Converting GloVe vectors into word2vec format for easy usage with Gensim
Python
Converting GloVe vectors into word2vec format for easy usage with Gensim
Edit:
glove_file="glove.6B.300d.txt"
on line 48. That is all.
Gross majority of code from https://github.com/manasRK/glove-gensim/ which took a little trial and error.