Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単語のリストを取得し、リスト内の相互にゼロ以外のコサイン類似度を持つ単語に関する情報を返す関数を定義しています (類似度値とともに)。
誰でもこれで私を助けることができますか?事前に計算された word2vec ベクター ファイルを取得できれば非常に役立つと考えていましたが、インターネット上には何もありません。
これはどうですか?
scipy.spatial.distance.cosine(word2vec(a),word2vec(b))
そのためにword2vecライブラリを使用できます。