Genisim 4.0 mots
if you want the words of the model in a list:
words = list(model.wv.index_to_key)
Ruben Visser
if you want the words of the model in a list:
words = list(model.wv.index_to_key)