Before get into the project, please setup these pre-requisites.
- Python 2.7
- Scikit-Learn
- NLTK
- PyQt4 (for GUI part)
- Clone the repository by entering following command in terminal
git clone https://github.com/TSAwithSSL/TSAwithSSL.git
- Go to repository, and go to src folder and type the following commands
cd ..{REPOSITORY}/src
python Trainer.py
then following GUI will come
You can specify the values for following
- Label Limit
- Un Label Limit
- Test Limit
- No of Iteration
- Training Type
- Train Data set
- Test Data set
- Confidence
- Confidence Difference
and click the button for make model; you can also predict the tweet once the model generated.