AI-For-Beginners
AI-For-Beginners copied to clipboard
Restore missing code block & update deprecated method call
Restores a previously removed code block required to initialize the w2v
object in the Word2Vec demo. Resolves:
NameError: name 'w2v' is not defined
Replaces the call to deprecated Gensim function index2word
with index_to_key
to resolve:
AttributeError: The index2word attribute has been replaced by index_to_key since Gensim 4.0.0.