AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

How is sentiment calculated? #112

Closed augurworks1 closed 10 years ago

augurworks1 commented 10 years ago

How is sentiment calculated when querying a term? The aggregate sentiment number in a document from a New Events query seems really high. I'm wondering if we're artificially making the aggregate sentiment high. ??

TheConnMan commented 10 years ago

The sentiment for a given day is a significance-weighted sum of the returned values for that day (e.g. positive sentiment times the entities' significance minus negative sentiment times the entities' significance).