maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

New method to get the word vector representation #92

Open timotta opened 5 years ago

timotta commented 5 years ago

This method turns using Glove easier to use in machine learning method that requires the vector representation.

Don't know if the name word_vector_by_word is the best name, please suggest me another if its a not a good one.