Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created December 21, 2020 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeenaR17/81e82d22588062c9dcac0bfa734e8a19 to your computer and use it in GitHub Desktop.
Save HeenaR17/81e82d22588062c9dcac0bfa734e8a19 to your computer and use it in GitHub Desktop.
for w in keywords:
print(word2vec.most_similar(positive=w, topn = 10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment