smadha / SarcasmDetector

CSCI-544 Final Project
Apache License 2.0
9 stars 6 forks source link

Feature - Sentiment counts vector #11

Closed smadha closed 8 years ago

smadha commented 8 years ago

A vector of length 3 and sentiment counts. [Positive, Neutral, Negative]

Example - Tweet is of length 4 -> pos, pos, neg, neg
Vector Array -> [2,0,2]

swanandj7 commented 8 years ago

code pushed for sentiment percentage