/hate-speech

Hate speech detection using Machine Learning

Primary LanguagePythonMIT LicenseMIT

hate-speech

Hate speech detection using Machine Learning

This work was developed using the data shared by aitor-garcia-p. The sentiment lexicon used in this work is provided by zengyan-97.

To run the project:

  • Inside "src" folder type python data_preprocess.py to create the models, python cfl.py to cross-validation and python test.py to obtain F1 scores of test set. For data visualization type python data_visualization.py.