Lab for the NLP course
Go to file
2023-01-04 10:13:12 +01:00
data updated notebook 2023-01-04 10:06:35 +01:00
.gitignore Initial commit 2023-01-02 18:05:43 +01:00
nn_utils.py updated notebook 2023-01-04 10:06:35 +01:00
README.md Create README.md 2023-01-04 10:13:12 +01:00
requirements.txt updated notebook 2023-01-04 10:06:35 +01:00
TextClassification_LeMonde.ipynb updated notebook 2023-01-04 10:06:35 +01:00

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