mkusner / wmd

Word Mover's Distance from Matthew J Kusner's paper "From Word Embeddings to Document Distances"
537 stars 132 forks source link

Is it possible to use GloVe with your code? #12

Open JafferWilson opened 7 years ago

JafferWilson commented 7 years ago

Hello Matthew, Please let me know how I can use the GloVe 840 billion corpus with your code for embedding purpose. Kindly, guide how to use it. Thanks in advance.

loretoparisi commented 7 years ago

@JafferWilson you should be able to convert GloVe to Word2Vec easily: https://github.com/jroakes/glove-to-word2vec

There is a gensim script as well here.