This is the official repository for the course on Tokens and Embeddings for NLP
This repository has been developed and tested with Python 3.9, we advise to install a virtual environment where all packages can be installed, the dependencies are provided in requirements.txt file.
python -m venv tkns-n-emb
.\tkns-n-emb\Scripts\activate # This will activate the environment
pip install -r requirements.txt