In gensim's word2vec python, I want to get the list of cosine similarity for "price".
I read the document of gensim word2vec, but document it describes most_similar
and n_similarity
function)()
I want the whole list of similarity between price and all others.