Harukaのnote

Linuxやプログラミング,写真,旅行等の記録帳

Word2Vec で全ての単語とベクトルを処理

よく忘れるので.

for word in model.wv.vocab:
    print(word, model[word])