Hello Radim and everyone!
First of all, thanks a lot for your awesome gensim! I use it a lot and it's really well developed.
Second, I'm currently working with word2vec, and I'm generating vectors that are supposed to approximate the vectors of words in the word2vec I'm interested in. I'm supposed to find the most similar words that have vectors similar to the one I'm generating.
Currently, I'm calculating the cosine similarity between each vector I generate and all the word vectors in word2vec and then choose the one with the highest score, which is really slow. I'm wondering if anyone can think of a more efficient way to do this?
Cheers,
Mo