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

Added function return_word_vector(self,word)... #84

Open rupsaijna opened 6 years ago

rupsaijna commented 6 years ago

...to Glove class to retrieve vector from loaded model example usage : glove_model=Glove.load('path/to/model') glove_model.return_word_vector('physics')