Skip to content

Commit ce6e6ae

Browse files
committed
minor update
1 parent 54f482e commit ce6e6ae

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
@@ -96,7 +96,7 @@ To access any of the enrichments added to a node by a skill, the full path for t
9696
![enrichment tree after skill #1](media/cognitive-search-working-with-skillsets/enrichment-tree-skill1.png "Enrichment tree after skill #1 executes")
9797

9898
### Skill #2 Language detection
99-
While the language detection skill is the third (skill #3) skill defined in the skillset, it is the next skill to execute. Like the split skill that preceeded it, the language detection skill is also invoked once for each document. The enrichment tree now has a new node for language.
99+
While the language detection skill is the third (skill #3) skill defined in the skillset, it is the next skill to execute. Since it is not blocked by requiring any inputs, it will execute in parallel with the previous skill. Like the split skill that preceeded it, the language detection skill is also invoked once for each document. The enrichment tree now has a new node for language.
100100
![enrichment tree after skill #2](media/cognitive-search-working-with-skillsets/enrichment-tree-skill2.png "Enrichment tree after skill #2 executes")
101101

102102
### Skill #3: Key phrases skill

0 commit comments

Comments
 (0)