Skip to content

Commit ed65132

Browse files
committed
updating entities
1 parent cc48be4 commit ed65132

File tree

4 files changed

+26
-60
lines changed

4 files changed

+26
-60
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The following entity categories are returned when sending requests to the `/enti
1414

1515
| Category | Subcategory | Description | Starting model version | Notes |
1616
|------------|-------------|--------------------------------------|-------------------------------------------------------------|--------------------------------------|
17-
| Person | N/A | Names of people. | `2019-10-01` | |
17+
| Person | N/A | Names of people. | `2019-10-01` | Also returned by NER v2.1 |
1818
| PersonType | N/A | Job types or roles held by a person. | `2020-02-01` | |
19-
|Location | N/A | Natural and human-made landmarks, structures, geographical features, and geopolitical entities | `2019-10-01` | |
19+
|Location | N/A | Natural and human-made landmarks, structures, geographical features, and geopolitical entities | `2019-10-01` | Also returned by NER v2.1 |
2020
|Location | Geopolitical Entity (GPE) | Cities, countries/regions, states. | `2020-02-01` | |
2121
|Location | Structural | Manmade structures. | `2020-04-01` | |
2222
|Location | Geographical | Geographic and natural features such as rivers, oceans, and deserts. | `2020-04-01` | |
23-
|Organization | N/A | Companies, political groups, musical bands, sport clubs, government bodies, and public organizations. | `2019-10-01` | Nationalities and religions are not included in this entity type. |
23+
|Organization | N/A | Companies, political groups, musical bands, sport clubs, government bodies, and public organizations. | `2019-10-01` | Nationalities and religions are not included in this entity type. Also returned by NER v2.1 |
2424
|Organization | Medical | Medical companies and groups. | `2020-04-01` | |
2525
|Organization | Stock exchange | Stock exchange groups. | `2020-04-01` | |
2626
| Organization | Sports | Sports-related organizations. | `2020-04-01` | |
@@ -32,22 +32,22 @@ The following entity categories are returned when sending requests to the `/enti
3232
| Product | Computing products | Computing products. | `2020-02-01 ` | |
3333
| Skill | N/A | A capability, skill, or expertise. | `2020-02-01` | |
3434
| Address | N/A | Full mailing addresses. | `2020-04-01` | |
35-
| PhoneNumber | N/A | Phone numbers (US and EU phone numbers only). | `2019-10-01` | |
36-
| Email | N/A | Email addresses. | `2019-10-01` | |
37-
| URL | N/A | URLs to websites. | `2019-10-01` | |
38-
| IP | N/A | Network IP addresses. | `2019-10-01` | |
39-
| DateTime | N/A | Dates and times of day. | `2019-10-01` | |
40-
| DateTime | Date | Calender dates. | `2019-10-01` | |
41-
| DateTime | Time | Times of day | `2019-10-01` | |
42-
| DateTime | DateRange | Date ranges. | `2019-10-01` | |
43-
| DateTime | TimeRange | Time ranges. | `2019-10-01` | |
44-
| DateTime | Duration | Durations. | `2019-10-01` | |
45-
| DateTime | Set | Set, repeated times. | `2019-10-01` | |
35+
| PhoneNumber | N/A | Phone numbers (US and EU phone numbers only). | `2019-10-01` | Also returned by NER v2.1 |
36+
| Email | N/A | Email addresses. | `2019-10-01` | Also returned by NER v2.1 |
37+
| URL | N/A | URLs to websites. | `2019-10-01` | Also returned by NER v2.1 |
38+
| IP | N/A | Network IP addresses. | `2019-10-01` | Also returned by NER v2.1 |
39+
| DateTime | N/A | Dates and times of day. | `2019-10-01` | Also returned by NER v2.1 |
40+
| DateTime | Date | Calender dates. | `2019-10-01` | Also returned by NER v2.1 |
41+
| DateTime | Time | Times of day | `2019-10-01` | Also returned by NER v2.1 |
42+
| DateTime | DateRange | Date ranges. | `2019-10-01` | Also returned by NER v2.1 |
43+
| DateTime | TimeRange | Time ranges. | `2019-10-01` | Also returned by NER v2.1 |
44+
| DateTime | Duration | Durations. | `2019-10-01` | Also returned by NER v2.1 |
45+
| DateTime | Set | Set, repeated times. | `2019-10-01` | Also returned by NER v2.1 |
4646
| Quantity | N/A | Numbers and numeric quantities. | `2019-10-01` | |
47-
| Quantity | Number | Numbers. | `2019-10-01` | |
48-
| Quantity | Percentage | Percentages.| `2019-10-01` | |
49-
| Quantity | Ordinal | Ordinal numbers. | `2019-10-01` | |
50-
| Quantity | Age | Ages. | `2019-10-01` | | |
51-
| Quantity | Currency | Currencies. | `2019-10-01` | |
52-
| Quantity | Dimension | Dimensions and measurements. | `2019-10-01` | |
53-
| Quantity | Temperature | Temperatures. | `2019-10-01` | |
47+
| Quantity | Number | Numbers. | `2019-10-01` | Also returned by NER v2.1 |
48+
| Quantity | Percentage | Percentages.| `2019-10-01` | Also returned by NER v2.1 |
49+
| Quantity | Ordinal | Ordinal numbers. | `2019-10-01` | Also returned by NER v2.1 |
50+
| Quantity | Age | Ages. | `2019-10-01` | | Also returned by NER v2.1 |
51+
| Quantity | Currency | Currencies. | `2019-10-01` | Also returned by NER v2.1 |
52+
| Quantity | Dimension | Dimensions and measurements. | `2019-10-01` | Also returned by NER v2.1 |
53+
| Quantity | Temperature | Temperatures. | `2019-10-01` | Also returned by NER v2.1 |

articles/cognitive-services/text-analytics/language-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ ms.author: aahi
1414
# Text Analytics API v3 language support
1515

1616
> [!IMPORTANT]
17-
> * This article only describes v3.0 and v3.1-preview.1 of the Text Analytics API. For version 2.1 language support, see the [migration guide](migration-guide.md#version-21-language-support).
18-
> * version 3.x of the Text Analytics API is currently unavailable in the following regions: Central India, UAE North, South Africa North, China North 2, China East 2.
17+
> Version 3.x of the Text Analytics API is currently unavailable in the following regions: Central India, UAE North, South Africa North, China North 2, China East 2.
1918
2019

2120
#### [Sentiment Analysis](#tab/sentiment-analysis)
@@ -52,9 +51,10 @@ ms.author: aahi
5251
#### [Named Entity Recognition (NER)](#tab/named-entity-recognition)
5352

5453
> [!NOTE]
55-
> Currently, [v3 entity categories](named-entity-types.md) are only returned on English text. If you call the NER v3 with a different langauge, The API will return [version 2.1](migration-guide.md?tabs=named-entity-recognition#ner-v21-entity-categories) results, provided the language is supported in version 2.1.
54+
> * NER v3 currently only supports the English language. If you call NER v3 with a different language, The API will return v2.1 results, provided the language is supported in version 2.1.
55+
> * v2.1 only returns the full set of available entities for the English, Chinese-Simplified, French, German, and Spanish languages. the "Person", "Location" and "Organization" entities are returned for other languages.
5656
57-
| Language | Language code | v2 support | v3 support | Starting with v3 model version: | Notes |
57+
| Language | Language code | v2.1 support | v3 support | Starting with v3 model version: | Notes |
5858
|:-----------------------|:-------------:|:----------:|:----------:|:-------------------------------:|:------------------:|
5959
| Arabic* | `ar` || | | |
6060
| Czech* | `cs` || | | |

articles/cognitive-services/text-analytics/migration-guide.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -64,40 +64,6 @@ You will also need to update your application to use the [entity categories](nam
6464
[!INCLUDE [Client library migration information](includes/client-library-migration-section.md)]
6565

6666

67-
## NER v2.1 entity categories
68-
69-
NER v2.1 is limited to the entity categories below.
70-
71-
> [!NOTE]
72-
> The full set of supported NER entities listed are available only for the English, Chinese-Simplified, French, German, and Spanish languages. Only the "Person", "Location" and "Organization" entities are returned for the other languages.
73-
74-
| Type | Subcategories | Example |
75-
|:----------- |:------------- |:---------|
76-
| Person | N/A\* | "Jeff", "Bill Gates" |
77-
| Location | N/A\* | "Redmond, Washington", "Paris" |
78-
| Organization | N/A\* | "Microsoft" |
79-
| Quantity | Number | "6", "six" |
80-
| Quantity | Percentage | "50%", "fifty percent"|
81-
| Quantity | Ordinal | "2nd", "second" |
82-
| Quantity | Age | "90 day old", "30 years old" |
83-
| Quantity | Currency | "$10.99" |
84-
| Quantity | Dimension | "10 miles", "40 cm" |
85-
| Quantity | Temperature | "32 degrees" |
86-
| DateTime | N/A\* | "6:30PM February 4, 2012" |
87-
| DateTime | Date | "May 2nd, 2017", "05/02/2017" |
88-
| DateTime | Time | "8am", "8:00" |
89-
| DateTime | DateRange | "May 2nd to May 5th" |
90-
| DateTime | TimeRange | "6pm to 7pm" |
91-
| DateTime | Duration | "1 minute and 45 seconds" |
92-
| DateTime | Set | "every Tuesday" |
93-
| URL | N/A\* | "https:\//www.bing.com" |
94-
| Email | N/A\* | "[email protected]" |
95-
| US Phone Number | N/A\* | (US phone numbers only) "(312) 555-0176" |
96-
| IP Address | N/A\* | "10.0.0.100" |
97-
98-
\* Depending on the input and extracted entities, certain entities may omit the `SubType`.
99-
100-
10167
#### [Language detection](#tab/language-detection)
10268

10369
## Feature changes

articles/cognitive-services/text-analytics/named-entity-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: aahi
1515

1616
# Supported entity categories in Named Entity Recognition v3
1717

18-
Use this article to find the entity categories that can be returned by [Named Entity Recognition](how-tos/text-analytics-how-to-entity-linking.md) (NER) starting in version 3.0. A preview of NER v3.1 is also available, which includes the ability to detect personal (`PII`) and health (`PHI`) information.
18+
Use this article to find the entity categories that can be returned by [Named Entity Recognition](how-tos/text-analytics-how-to-entity-linking.md) (NER). A preview of NER v3.1 is also available, which includes the ability to detect personal (`PII`) and health (`PHI`) information.
1919

2020
## Entity categories
2121

0 commit comments

Comments
 (0)