Skip to content

Instantly share code, notes, and snippets.

@rajeshmr
Created December 7, 2017 10:31
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 rajeshmr/0979dce1ddf1d1d67abb9063f6a22844 to your computer and use it in GitHub Desktop.
Save rajeshmr/0979dce1ddf1d1d67abb9063f6a22844 to your computer and use it in GitHub Desktop.
word2vec = KeyedVectors.load_word2vec_format(EMBEDDING_FILE, binary=True)
print('Found %s word vectors of word2vec' % len(word2vec.vocab))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment