You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/includes/entity-types/general-entities.md
+90-14Lines changed: 90 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,91 +13,167 @@ ms.author: aahi
13
13
## General entity types:
14
14
15
15
### Person
16
-
Recognized names and other persons in text.
16
+
Recognize person names in text.
17
+
18
+
Languages:
19
+
* Public preview: `English`
20
+
21
+
| Subtype name | Description |
22
+
|--------------|-------------------------|
23
+
| N/A | Recognized names, for example `Bill Gates`, `Marie Curie` * Available starting with model version `2019-10-01`|
24
+
25
+
### PersonType
26
+
Job type or role held by a person.
27
+
17
28
Languages:
18
29
* Public preview: `English`
19
30
20
31
| Subtype name | Description |
21
32
|--------------|-------------------------|
22
-
| N/A |Recognized names, for example `Bill Gates`, `Marie Curie`|
33
+
| N/A |Job types for example `civil engineer`, `salesperson`, `chef`, `librarian`, `nursing aide` * Available starting with model version `2020-02-01`|
23
34
24
35
### Location
25
36
26
-
Natural and human-made landmarks, structures, and geographical features.
37
+
Natural and human-made landmarks, structures, geographical features and geopolitical entities.
| N/A | locations, for example `Atlantic Ocean`, `library`, `Eiffel Tower`, `Statue of Liberty`|
45
+
| N/A | locations, for example `Atlantic Ocean`, `library`, `Eiffel Tower`, `Statue of Liberty` * Available starting with model version `2019-10-01`|
46
+
| Geopolitical Entity (GPE) | Cities, countries, states for example `Seattle`, `Pennsylvania`, `South Africa`, `Tokyo` * Available starting with model version `2020-02-01`|
36
47
37
48
### Organization
38
49
39
50
Recognized organizations, corporations, agencies, and other groups of people. For example: companies, political groups, musical bands, sport clubs, government bodies, and public organizations. Nationalities and religions are not included in this entity type.
| N/A | organizations, for example `Microsoft`, `NASA`, `National Oceanic and Atmospheric Administration`,`VOA` * Available starting with model version `2019-10-01`|
0 commit comments