This repository contains the code and data for the sentiment Analysis
pip install -r requirements.txt
python3 statistical_models.py --model_name SVM --output_dir ./ --analyzer word --data_path data.csv
This repository contains the code and data for the sentiment Analysis
Python