Skip to content

Commit 283bfbf

Browse files
Merge pull request #93948 from nkgami/patch-16
Replace examples with valid words
2 parents b9a48fd + 7b5bcd3 commit 283bfbf

File tree

1 file changed

+8
-8
lines changed
  • articles/cognitive-services/language-service/question-answering/tutorials

1 file changed

+8
-8
lines changed

articles/cognitive-services/language-service/question-answering/tutorials/adding-synonyms.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Let’s us add the following words and their alterations to improve the results:
2626

2727
|Word | Alterations|
2828
|--------------|--------------------------------|
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` |
3232

3333
```json
3434
{
@@ -37,21 +37,21 @@ Let’s us add the following words and their alterations to improve the results:
3737
"alterations": [
3838
"fix problems",
3939
"troubleshoot",
40-
"trouble-shoot",
40+
"diagnostic",
4141
]
4242
},
4343
{
4444
"alterations": [
4545
"whiteboard",
46-
"white-board",
47-
"white board"
46+
"white board",
47+
"white canvas"
4848
]
4949
},
5050
{
5151
"alterations": [
5252
"bluetooth",
53-
"blue-tooth",
54-
"blue tooth"
53+
"blue tooth",
54+
"BT"
5555
]
5656
}
5757
]

0 commit comments

Comments
 (0)