AI-For-Beginners icon indicating copy to clipboard operation
AI-For-Beginners copied to clipboard

Restore missing code block & update deprecated method call

Open mclift opened this issue 1 year ago • 0 comments

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.

mclift avatar Jun 20 '23 07:06 mclift