Skip to content

Commit da0c0aa

Browse files
authored
Merge pull request #25 from ashly1yeo/patch-28
Update general-entities.md
2 parents b7c2fc4 + ec6ee38 commit da0c0aa

File tree

1 file changed

+90
-14
lines changed

1 file changed

+90
-14
lines changed

articles/cognitive-services/text-analytics/includes/entity-types/general-entities.md

Lines changed: 90 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,91 +13,167 @@ ms.author: aahi
1313
## General entity types:
1414

1515
### 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+
1728
Languages:
1829
* Public preview: `English`
1930

2031
| Subtype name | Description |
2132
|--------------|-------------------------|
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`|
2334

2435
### Location
2536

26-
Natural and human-made landmarks, structures, and geographical features.
37+
Natural and human-made landmarks, structures, geographical features and geopolitical entities.
2738

2839
Languages:
2940

30-
3141
* Public preview: `English`
3242

3343
| Subtype name | Description |
3444
|--------------|--------------------------------------------------------------------------------------------------|
35-
| 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` |
3647

3748
### Organization
3849

3950
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.
51+
52+
Languages:
53+
54+
* Public preview: `English`
55+
56+
| Subtype name | Description |
57+
|--------------|--------------------------------------------------------------------------------------------------|
58+
| N/A | organizations, for example `Microsoft`, `NASA`, `National Oceanic and Atmospheric Administration`,`VOA` * Available starting with model version `2019-10-01` |
59+
60+
### Event
61+
62+
Historical, social and natural-occuring events.
63+
64+
Languages:
65+
66+
* Public preview: `English`
67+
68+
| Subtype name | Description |
69+
|--------------|--------------------------------------------------------------------------------------------------|
70+
| N/A | Events such as `wedding`, `hurricane`, `car accident`, `Holocaust`, `solar eclipse` * Available starting with model version `2020-02-01`|
71+
72+
### Product
73+
74+
Physical objects of various categories.
75+
4076
Languages:
4177

4278
* Public preview: `English`
4379

4480
| Subtype name | Description |
4581
|--------------|--------------------------------------------------------------------------------------------------|
46-
| N/A | organizations, for example `Microsoft`, `NASA` `National Oceanic and Atmospheric Administration` |
82+
| N/A | For example, `Microsoft Surface laptop`, `sunglasses`, `motorcycle`, `bag`, `Xbox` * Available starting with model version `2020-02-01`|
83+
| Computing | `Azure Cosmos DB`, `Microsoft Exchange Server` * Available starting with model version `2020-02-01`|
84+
85+
### Skill
86+
87+
An entity describing a capability or expertise.
88+
89+
Languages:
90+
91+
* Public preview: `English`
92+
93+
| Subtype name | Description |
94+
|--------------|--------------------------------------------------------------------------------------------------|
95+
| N/A | `nursing`, `data mining`, `linguistics`, `critical thinking`, `photography` * Available starting with model version `2020-02-01`|
4796

4897
### Phone Number
4998

5099
Phone numbers (US Phone numbers only).
51100

52101
Languages:
53102

54-
55103
* Public preview: `English`
56104

57105
| Subtype name | Description |
58106
|----------|----------------------------------------------|
59-
| N/A | US phone numbers, for example `(312) 555-0176`. |
107+
| N/A | US phone numbers, for example `(312) 555-0176` * Available starting with model version `2019-10-01` |
60108

61109
### Email
62110

63111
Email address.
64112

65113
Languages:
66114

67-
68115
* Public preview: `English`
69116

70117
| Subtype name | Description |
71118
|----------|----------------------------------------------|
72-
| N/A | Email address, for example `[email protected]` |
119+
| N/A | Email address, for example `[email protected]` * Available starting with model version `2019-10-01` |
73120

74121
### URL
75122

76123
Internet URLs.
77124

78125
Languages:
79126

127+
* Public preview: `English`
128+
129+
| Subtype name | Description |
130+
|----------|-------------------------------------------------------|
131+
| N/A | URLs to websites, for example `https://www.bing.com` * Available starting with model version `2019-10-01` |
132+
133+
### IP Address
134+
135+
Internet Protocol Address
136+
137+
Languages:
80138

81139
* Public preview: `English`
82140

83141
| Subtype name | Description |
84142
|----------|-------------------------------------------------------|
85-
| N/A | URLs to websites, for example `https://www.bing.com`. |
143+
| N/A | Network address for example `10.0.0.101` * Available starting with model version `2019-10-01` |
86144

87-
### Number
145+
### DateTime
88146

89-
Numbers and numeric quantities.
147+
Date and Time entities. * Available starting with model version `2019-10-01`
90148

91149
Languages:
92150

151+
* Public preview: `English`
152+
153+
| Subtype name | Examples |
154+
|-------------|------------------------------|
155+
| N/A | `6:30PM February 4, 2012`, `4/1/2011 2:45` |
156+
| Date | `May 2nd, 2017`, `05/02/2017` |
157+
| Time | `8:15`, `6AM` |
158+
| DateRange | `August 2nd to August 5th` |
159+
| TimeRange | `4-6PM`, `10:00AM to Noon` |
160+
| Duration | `2.5 minutes`, `one and a half hours` |
161+
| Set | `every Saturday` |
162+
163+
### Quantity
164+
165+
Numbers and numeric quantities. * Available starting with model version `2019-10-01`
166+
167+
Languages:
93168

94169
* Public preview: `English`
95170

96171
| Subtype name | Examples |
97172
|-------------|------------------------------|
98-
| N/A | `6`, `six` |
173+
| Number | `6`, `six` |
99174
| Percentage | `50%`, `fifty percent` |
100175
| Ordinal | `2nd`, `second` |
176+
| Age | `90 day old`, `30 years old` |
101177
| Currency | `$10.99`, `€30.00` |
102178
| Dimension | `10 miles`, `40 cm` |
103179
| Temperature | `32 degrees`, `10°C` |

0 commit comments

Comments
 (0)