Learn how to use pre-trained GloVe/Word2Vec embeddings with Gensim. Its super simple.
- Pre-trained word embeddings article
- Notebook demonstrating use of pre-trained embeddings with gensim
- From the command line, first, clone this repo.
git clone <this repo url>
- Next, switch to the pre-trained-embeddings directory of this repo.
cd nlp-in-practice/pre-trained-embeddings
- Then, run jupyter notebook
jupyter notebook
- Select Pre-trained embeddings.ipynb and now re-run the cells.