Lab for the NLP course
| data | ||
| .gitignore | ||
| nn_utils.py | ||
| README.md | ||
| requirements.txt | ||
| TextClassification_LeMonde.ipynb | ||
NLP Lab on text classification
to start :
- create a virtual environment
virtualenv -p python3 nlp-env
- activate the virtual env
source/nlp-env/bin/actiate
- install the required packages
pip install -r requirements.txt