You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change for word in model to for word in model.wv to make the notebook compatible with the latest gensim. also model.most_similar to model.wv.most_similar
The text was updated successfully, but these errors were encountered:
change
for word in model
tofor word in model.wv
to make the notebook compatible with the latest gensim. alsomodel.most_similar
tomodel.wv.most_similar
The text was updated successfully, but these errors were encountered: