/glove-to-word2vec

Converting GloVe vectors into word2vec format for easy usage with Gensim

Primary LanguagePython

glove-to-word2vec

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.