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

help :Sample python code that uses pretrained model to give sentence vectors #63

Open Yahsaswi opened 7 years ago

Yahsaswi commented 7 years ago

I'm new to Glove. I could install glove-python using pip. Can someone please redirect me to a sample code that uses glove.6B.zip pre-trained model such that I get vectors for new sentences. I tried converting that word2vec but ran into issues. Could someone help me providing a sample code for the same.