stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

How do I install GloVe in python? #58

Closed anmolsjoshi closed 6 years ago

ghost commented 7 years ago

Can you be a little more specific about your question? If you would like to use pretrained glove vectors in python, you can simply download our provided text files and parse them from python. If you would like to train on your own corpus, we have provided bash scripts. You can the parse the output of those.