Skip to content

Instantly share code, notes, and snippets.

@yaronv
Created September 5, 2018 06:20
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 yaronv/a96b01cf2f0165e7b97e2accef6d674f to your computer and use it in GitHub Desktop.
Save yaronv/a96b01cf2f0165e7b97e2accef6d674f to your computer and use it in GitHub Desktop.
import gensim
# set the correct path to the file on your machine
model = gensim.models.KeyedVectors.load_word2vec_format('data/wiki.en.vec', binary=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment