Skip to content

Commit f2f848b

Browse files
committed
put bold back in
1 parent 3d200f4 commit f2f848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-concept-entity-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Choose the entity based on how the data should be extracted and how it should be
8585

8686
|Entity type|Purpose|
8787
|--|--|
88-
|[Machine-learned](tutorial-machine-learned-entity.md)|Parent grouping of entities, regardless of entity type. Machine-learned entities learn from context in the utterance. This makes variation of placement in example utterances significant. |
88+
|[**Machine-learned**](tutorial-machine-learned-entity.md)|Parent grouping of entities, regardless of entity type. Machine-learned entities learn from context in the utterance. This makes variation of placement in example utterances significant. |
8989
|[**List**](reference-entity-list.md)|List of items and their synonyms extracted with **exact text match**.|
9090
|[**Pattern.any**](reference-entity-pattern-any.md)|Entity where end of entity is difficult to determine. |
9191
|[**Prebuilt**](luis-reference-prebuilt-entities.md)|Already trained to extract specific kind of data such as URL or email. Some of these prebuilt entities are defined in the open-source [Recognizers-Text](https://github.com/Microsoft/Recognizers-Text) project. If your specific culture or entity isn't currently supported, contribute to the project.|

0 commit comments

Comments
 (0)