Skip to content

Instantly share code, notes, and snippets.

@yaronv
Last active September 12, 2018 07:24
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/7b3b3c974c0aa9f13c6f8a8955c1372b to your computer and use it in GitHub Desktop.
Save yaronv/7b3b3c974c0aa9f13c6f8a8955c1372b to your computer and use it in GitHub Desktop.
for doc in corpus:
vec = get_mean_vector(model, doc.words)
if len(vec) > 0:
# do somthing with the vector ${vec}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment