Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 271 Bytes

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.