File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
articles/cognitive-services/language-service/question-answering/tutorials Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Let’s us add the following words and their alterations to improve the results:
26
26
27
27
| Word | Alterations|
28
28
| --------------| --------------------------------|
29
- | fix problems | ` troubleshoot ` , ` trouble-shoot ` |
30
- | whiteboard | ` white- board ` , ` white board ` |
31
- | bluetooth | ` blue- tooth ` , ` blue tooth ` |
29
+ | fix problems | ` troubleshoot ` , ` diagnostic ` |
30
+ | whiteboard | ` white board ` , ` white canvas ` |
31
+ | bluetooth | ` blue tooth ` , ` BT ` |
32
32
33
33
``` json
34
34
{
@@ -37,21 +37,21 @@ Let’s us add the following words and their alterations to improve the results:
37
37
"alterations" : [
38
38
" fix problems" ,
39
39
" troubleshoot" ,
40
- " trouble-shoot " ,
40
+ " diagnostic " ,
41
41
]
42
42
},
43
43
{
44
44
"alterations" : [
45
45
" whiteboard" ,
46
- " white- board" ,
47
- " white board "
46
+ " white board" ,
47
+ " white canvas "
48
48
]
49
49
},
50
50
{
51
51
"alterations" : [
52
52
" bluetooth" ,
53
- " blue- tooth" ,
54
- " blue tooth "
53
+ " blue tooth" ,
54
+ " BT "
55
55
]
56
56
}
57
57
]
You can’t perform that action at this time.
0 commit comments