maxoodf / word2vec

word2vec++ is a Distributed Representations of Words (word2vec) library and tools implementation, written in C++11 from the scratch
Apache License 2.0
131 stars 24 forks source link

Distance Between Two Words #14

Closed VedhasWalke closed 3 years ago

VedhasWalke commented 3 years ago

Do you provide any functionality to find the distance between two words? If there is no such functionality and you do not plan implement it, I can probably put together a simple distance function based on the cosine similarity metric, if you brief me on the format of your .w2v files, and commit it here if you would like.

maxoodf commented 3 years ago

I think here is what are you looking for.