maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

add support for exporting model to word2vec format #75

Open Limmen opened 6 years ago

Limmen commented 6 years ago

Added support for exporting to .vec word2vec format that is the most standardized non-binary format and allows for importing the vectors into tools like gensim.

Added an accompanying example as well.