i am trying to understand how python-glove computes most-similar
terms.
Is it using cosine similarity?
Example from python-glove github
https://github.com/maciejkula/glove-python/tree/master/glove
:
I know that from gensim's word2vec, the most_similar
method computes similarity using cosine distance.