smadha / SarcasmDetector

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

Feature - Sentiment vector with positions #10

Closed smadha closed 8 years ago

smadha commented 8 years ago

A vector of length 100 and sentiment distributed in this array as observed in tweet.

Example - Tweet is of length 4 -> pos, pos, neg, neg array will look like - [0-25(1..1), 26-50(1..1), 51-75(0..0), 76-100(0..0)] []

1 - Positive 0 - Neutral -1 - Negative