glove-python
glove-python copied to clipboard
how to get vector by words ?
I successful train my own glove , using this following link
- https://nlp.stanford.edu/projects/glove/
- 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