A text classifier program made in python using nltk modules. This program can collect tweets, clean the collected tweets, train, and classify data.
Make sure that you have installed python version 3.6 or higher before proceeding.
Make sure to click the add to environment when installing python.
Be sure you are in the textclassifier directory.
Use the package manager pip to install the packages required to run this text classifier.
pip install -r requirements.txt
Open the python idle, select gui.py then run.