Skip to content

Commit

Permalink
veritione/aiware-core#492 Clarify sentiment, remove polarization (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmurray authored Jun 24, 2021
1 parent ac9d415 commit 0eafd1d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "text",
"text": "I'm feeling mostly good but a little bad I think, with just a twitch of anger; but mostly I'm confused.",
"page": 3,
"paragraph": 15,
"sentence": 104,
"paragraph": 2,
"sentence": 4,

"sentiment": {
"positiveValue": 0.56,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"validationContracts": ["sentiment"],
"sentiment": {
"positiveValue": 0,
"negativeValue": 1,
"negativeConfidence": 0.56
"negativeValue": 0.08
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"validationContracts": ["sentiment"],
"sentiment": {
"positiveValue": 0,
"positiveConfidence": 0.56,
"negativeValue": 0
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"validationContracts": ["sentiment"],
"sentiment": {
"positiveValue": 1,
"positiveConfidence": 0.56,
"negativeValue": 0
"positiveValue": 0.56,
"positiveConfidence": 0.9464286
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"validationContracts": ["sentiment"],
"sentiment": {
"negativeValue": 0.17
}
}

0 comments on commit 0eafd1d

Please sign in to comment.