muneebsa / word-embedding-creation

A project to create your very own word embeddings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of word embeddings using neural networks

The code in this project is used to read text and create a file with the word embeddings.

Activating the virtual environment

For the creation of virtual environments (VE) anaconda is used. You can download anaconda via here: https://www.anaconda.com/distribution/

After installing anaconda into your system follow the steps bellow to work in a virtual environment.

Creation of the VE:

conda create python=3.7 --name embedding

Activating the VE:

conda activate embedding

Installing all the packages from the requirements.txt file to the virtual environment:

pip install -r requirements.txt

If you are using Microsoft Visual Studio code there may be some additional pop ups indiciating that some packages should be installed (linter or ikernel).

About

A project to create your very own word embeddings


Languages

Language:Python 100.0%