Skip to content

Commit 571caef

Browse files
committed
replace JSON
1 parent 84b17c7 commit 571caef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/cognitive-services/LUIS/luis-get-started-create-app.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,25 +112,25 @@ Once you've trained your app, you can test it.
112112
"topIntent": "HomeAutomation.TurnOff",
113113
"intents": {
114114
"HomeAutomation.TurnOff": {
115-
"score": 0.984315455
115+
"score": 0.969448864
116116
},
117117
"HomeAutomation.QueryState": {
118-
"score": 0.009912962
119-
},
120-
"HomeAutomation.TurnDown": {
121-
"score": 0.00626645749
118+
"score": 0.0122336326
122119
},
123120
"HomeAutomation.TurnUp": {
124-
"score": 0.00572059769
121+
"score": 0.006547436
122+
},
123+
"HomeAutomation.TurnDown": {
124+
"score": 0.0050634006
125125
},
126126
"HomeAutomation.SetDevice": {
127-
"score": 0.00379381469
127+
"score": 0.004951761
128128
},
129129
"HomeAutomation.TurnOn": {
130-
"score": 0.00366983772
130+
"score": 0.00312553928
131131
},
132132
"None": {
133-
"score": 0.000623856
133+
"score": 0.000552945654
134134
}
135135
},
136136
"entities": {
@@ -154,7 +154,7 @@ Once you've trained your app, you can test it.
154154
"text": "living room",
155155
"startIndex": 13,
156156
"length": 11,
157-
"score": 0.907323956,
157+
"score": 0.902181149,
158158
"modelTypeId": 1,
159159
"modelType": "Entity Extractor",
160160
"recognitionSources": [

0 commit comments

Comments
 (0)