Skip to content
This repository was archived by the owner on Dec 28, 2018. It is now read-only.

Sarcasm detection is a particularly difficult task even for humans. This repository contains the implementation of a research paper by Ashwin Rajadesingan in python ML libraries.

License

Notifications You must be signed in to change notification settings

jbnerd/Sarcasm_Detection_Twitter

Repository files navigation

Sarcasm_Detection_Twitter

Sarcasm detection is a particularly difficult task even for humans. This repository contains the implementation of a research paper by Ashwin Rajadesingan in python ML libraries.

Instructions to contributors

  • Don't forget to add a .gitignore with proper constraints. Minimally :- */*.pyc

  • Name the files properly for everyone's understanding. e.g. If you are working on extracting the features present in article 5.5, name your file as feature_5_5.py.

  • Only commit a working piece of code to the repo.

  • Include a readme.txt in the working folder and specify the python dependencies associated with your piece of code for everyone's reference. Don't simply pip freeze.

  • 😄

Information about data

  • normal_with_past and sarcastic_with_past contains raw data
  • normal_with_past_PP and sarcastic_with_past_PP contain preprocessed data.

About

Sarcasm detection is a particularly difficult task even for humans. This repository contains the implementation of a research paper by Ashwin Rajadesingan in python ML libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages