/emotional_sm

I'm not crying, you're crying!

Primary LanguagePython

emotional_sm

I'm not crying, you're crying!

Todo:

  • Add list(s) of dependencies needed for the project (Export pip requirements.txt and conda env yaml.).
  • Credit Deepmoji!

Repo structure

/Baseline

  • Contains our baseline model for the project: a linear SVM with basic (non)emotional features for hate speech detection.

/Data

  • Contains datasets (add them locally since they are gitignored in the repo.)
    • TRAC
    • OLID

/Preprocessing

  • Contains code to preprocess datasets (and emotion lexicons?) into the VUA format etc.

/utils

  • Contains various utility code for the other modules.

Credits

This repo was created by:

  • Ellie Smith
  • Nathan Malektoo Vandermolen-Pater
  • Søren Fomsgaard

Based partially on the pynlp pipeline project by: