Did anybody worked with module `glove-python`?
I don't understand how to calculate similarity between two words. The documentations says only about method `most_similar`, for instance:
glove.most_similar('north')
But how to compute the distance between two word vectors? And how to get these vectors? Thanks!