Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 317 Bytes

Sarcasm-Meter

Sarcasm Detection in Text

Preprocessing

Removed reply tweets, tweets having links/non-ascii characters, remaining length<3. Saved diveded pos and neg DB as .npy files:

  • posproc.npy
  • negproc.py

Models

  1. Pilot Model: Naive Bayes with TFIDF feature vectors.
  • BernaoulliNB
  • MultinomialNB