stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Most_similar function #109

Open AnastasiaShemyakinskaya opened 6 years ago

AnastasiaShemyakinskaya commented 6 years ago

word2vec has a function most_similar to get similar words to the target word. Does Glove have function like that?

connorladlyfredeen commented 6 years ago

@AnastasiaShemyakinskaya I would recommend constructing the embedding vector files and then loading with Gensim

MarcosGrzeca commented 5 years ago

I have the same problem but in R.