📜  gensim wordvector 词汇表 - Python 代码示例
📅  最后修改于: 2022-03-11 14:46:22.395000             🧑  作者: Mango
代码示例1
import gensim.downloader as api
wv = api.load("glove-twitter-25")
vocabulary = wv.index_to_key # the list of words in wv