Skip to content

Commit 88506b2

Browse files
authored
Changed the English instance of "keyphrase" to "key phrase"
1 parent 2f1462f commit 88506b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-working-with-skillsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The inline shaping approach does not require a shaper skill as all shapes needed
292292
]
293293
```
294294

295-
One observation from both the approaches is how values of `"Keyphrases"` are projected using the `"sourceContext"`. The `"Keyphrases"` node, which contains a collection of strings, is itself a child of the page text. However, because projections require a JSON object and the page is a primitive (string), the `"sourceContext"` is used to wrap the keyphrase into an object with a named property. This technique enables even primitives to be projected independently.
295+
One observation from both the approaches is how values of `"Keyphrases"` are projected using the `"sourceContext"`. The `"Keyphrases"` node, which contains a collection of strings, is itself a child of the page text. However, because projections require a JSON object and the page is a primitive (string), the `"sourceContext"` is used to wrap the key phrase into an object with a named property. This technique enables even primitives to be projected independently.
296296

297297
## Next steps
298298

0 commit comments

Comments
 (0)