In this project we are going to embed word with 2 main model Word2vec and Glove
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- gensim Version: 4.3.0
- seaborn Version: 0.12.2
Windows:
pip install gensim
pip install nltk
pip install numpy
pip install plotly
pip install seaborn
pip install scipy
for installing dependecies:
pip install-r requirements.txt
GoogleNews-vectors-negative300
Gensim word2vec embedding document
Gensim word2vec model document