Spaces:
Build error
Build error
File size: 3,271 Bytes
0827183 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
{
"text": "email about something wicked this way comes from bart simpson and also kb435",
"intents": {
"search": {
"score": 0.999999
},
"None": {
"score": 7.91005E-06
},
"EntityTests": {
"score": 5.412342E-06
},
"Weather_GetForecast": {
"score": 3.7898792E-06
},
"Delivery": {
"score": 2.06122013E-06
},
"SpecifyName": {
"score": 1.76767367E-06
},
"Travel": {
"score": 1.76767367E-06
},
"Greeting": {
"score": 5.9375E-10
},
"Cancel": {
"score": 5.529412E-10
},
"Help": {
"score": 5.529412E-10
}
},
"entities": {
"$instance": {
"Part": [
{
"startIndex": 71,
"endIndex": 76,
"text": "kb435",
"type": "Part"
}
],
"subject": [
{
"startIndex": 12,
"endIndex": 43,
"text": "something wicked this way comes",
"type": "subject"
}
],
"person": [
{
"startIndex": 49,
"endIndex": 61,
"text": "bart simpson",
"type": "person"
}
],
"extra": [
{
"startIndex": 71,
"endIndex": 76,
"text": "kb435",
"type": "subject"
}
]
},
"Part": [
"kb435"
],
"subject": [
"something wicked this way comes"
],
"person": [
"bart simpson"
],
"extra": [
"kb435"
]
},
"sentiment": {
"label": "negative",
"score": 0.210341513
},
"luisResult": {
"query": "email about something wicked this way comes from bart simpson and also kb435",
"topScoringIntent": {
"intent": "search",
"score": 0.999999
},
"intents": [
{
"intent": "search",
"score": 0.999999
},
{
"intent": "None",
"score": 7.91005E-06
},
{
"intent": "EntityTests",
"score": 5.412342E-06
},
{
"intent": "Weather.GetForecast",
"score": 3.7898792E-06
},
{
"intent": "Delivery",
"score": 2.06122013E-06
},
{
"intent": "SpecifyName",
"score": 1.76767367E-06
},
{
"intent": "Travel",
"score": 1.76767367E-06
},
{
"intent": "Greeting",
"score": 5.9375E-10
},
{
"intent": "Cancel",
"score": 5.529412E-10
},
{
"intent": "Help",
"score": 5.529412E-10
}
],
"entities": [
{
"entity": "kb435",
"type": "Part",
"startIndex": 71,
"endIndex": 75
},
{
"entity": "something wicked this way comes",
"type": "subject",
"startIndex": 12,
"endIndex": 42,
"role": ""
},
{
"entity": "bart simpson",
"type": "person",
"startIndex": 49,
"endIndex": 60,
"role": ""
},
{
"entity": "kb435",
"type": "subject",
"startIndex": 71,
"endIndex": 75,
"role": "extra"
}
],
"sentimentAnalysis": {
"label": "negative",
"score": 0.210341513
}
}
} |