nlp-text-classifier is a Python supervised text classifier prior NLP
Use the package manager pip to install used packages.
pip install -r requirements.txt
Use the GNU Make to execute the different options in an easy and convenient way:
To run the hole pipeline:
make all
To run the pipeline skipping the evaluation of the different classification algorithms:
make fast
To clean all variables:
make clean