Closed smadha closed 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]
code pushed for sentiment percentage
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]