/word2vec

Experiments with Word2Vec

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

word2vec

Experiments with Word2Vec

Setup conda environment

conda create -n w2v python=3.6

To activate this environment, use:

conda activate w2v

(On MacOS you might to run: unset PYTHONPATH)

To deactivate an active environment, use:

conda deactivate

Install Jupyter notebook

conda install -c conda-forge notebook -n w2v

Install gensim:

conda install gensim -n w2v

Add your conda env to notebook:

conda install -n w2v nb_conda_kernels

Ref link

Download word2vec

To download cc.en.300.vec visit this link