Skip to content

Commit

Permalink
Merge pull request Azure#5 from josuhazure/josuh_aspect
Browse files Browse the repository at this point in the history
Change Aspect example to two decimal
  • Loading branch information
laramume authored Mar 6, 2020
2 parents 653ad21 + e424e4b commit 5a64709
Showing 1 changed file with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"id": "1",
"sentiment": "positive",
"documentScores": {
"positive": 0.998519241809845,
"neutral": 0.0009635657188483,
"negative": 0.000517153472174
"positive": 1.0,
"neutral": 0.0,
"negative": 0.0
},
"sentences": [
{
"sentiment": "neutral",
"sentiment": "positive",
"sentenceScores": {
"positive": 0.070910170674324,
"neutral": 0.9124033451080322,
"negative": 0.0166865326464176
"positive": 1.0,
"neutral": 0.0,
"negative": 0.0
},
"offset": 0,
"length": 12,
"length": 17,
"aspects": [
{
"sentiment": "positive",
Expand Down Expand Up @@ -73,14 +73,14 @@
]
},
{
"sentiment": "positive",
"sentiment": "neutral",
"sentenceScores": {
"positive": 0.998519241809845,
"neutral": 0.0009635657188483,
"negative": 0.000517153472174
"positive": 0.13,
"neutral": 0.86,
"negative": 0.01
},
"offset": 13,
"length": 36,
"offset": 18,
"length": 52,
"aspects": [
{
"sentiment": "positive",
Expand Down Expand Up @@ -132,12 +132,12 @@
{
"sentiment": "positive",
"sentenceScores": {
"positive": 0.998519241809845,
"neutral": 0.0009635657188483,
"negative": 0.000517153472174
"positive": 1.0,
"neutral": 0.0,
"negative": 0.0
},
"offset": 13,
"length": 36,
"offset": 71,
"length": 31,
"aspects": [
{
"sentiment": "positive",
Expand Down Expand Up @@ -176,20 +176,20 @@
"id": "2",
"sentiment": "negative",
"documentScores": {
"positive": 0.0010774657130241,
"neutral": 0.0034653299953789,
"negative": 0.9954571723937988
"positive": 0.01,
"neutral": 0.14,
"negative": 0.85
},
"sentences": [
{
"sentiment": "neutral",
"sentiment": "negative",
"sentenceScores": {
"positive": 0.0499138832092285,
"neutral": 0.9387012720108032,
"negative": 0.0113849258050323
"positive": 0.0,
"neutral": 0.0,
"negative": 1.0
},
"offset": 0,
"length": 30,
"offset": 8,
"length": 15,
"aspects": [
{
"sentiment": "negative",
Expand Down Expand Up @@ -225,12 +225,12 @@
{
"sentiment": "negative",
"sentenceScores": {
"positive": 0.0010774657130241,
"neutral": 0.0034653299953789,
"negative": 0.9954571723937988
"positive": 0.02,
"neutral": 0.44,
"negative": 0.54
},
"offset": 31,
"length": 13,
"offset": 16,
"length": 56,
"aspects": [
{
"sentiment": "negative",
Expand Down Expand Up @@ -266,12 +266,12 @@
{
"sentiment": "negative",
"sentenceScores": {
"positive": 0.0010774657130241,
"neutral": 0.0034653299953789,
"negative": 0.9954571723937988
"positive": 0.0,
"neutral": 0.0,
"negative": 1.0
},
"offset": 31,
"length": 13,
"offset": 73,
"length": 35,
"aspects": [
{
"sentiment": "negative",
Expand Down

0 comments on commit 5a64709

Please sign in to comment.