Lista de vocabulario de WordVector de Gensim

import gensim.downloader as api
wv = api.load("glove-twitter-25")
vocabulary = wv.index_to_key # the list of words in wv
Impossible Ibis