I created training data using word2vec.
I used 'wv.similarity' to find the cosine similarity between word1 and word2.
I want to find the cosine similarity between all words(like a correlation table) in a list, but I don't know how.
[word1, word2, word3, word4, ........]
Please help me!