maciejkula/glove-python

How to load Stanford pre-trained?

santoshbs opened this issue · 1 comments

Hi, I am new to Glove in Python. I was wondering how to load the pre-trained Stanford Glove word vectors.
Request your help.

Regards
SBS

Got it with glove.Glove.load_stanford().
Thanks!