glove-python icon indicating copy to clipboard operation
glove-python copied to clipboard

how to get vector by words ?

Open adamaulia opened this issue 7 years ago • 0 comments

I successful train my own glove , using this following link

  1. https://nlp.stanford.edu/projects/glove/
  2. https://github.com/maciejkula/glove-python/blob/master/examples/example.py but, the problem come after I load model,* load model was succeed. but I don't know how to get vector each word.

if load glove model from stanford, I use this way https://stackoverflow.com/questions/37793118/load-pretrained-glove-vectors-in-python

adamaulia avatar Mar 14 '18 14:03 adamaulia