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
| Person | N/A | Names of people. |`2019-10-01`|Also returned by NER v2.1 |
18
18
| 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 |
20
20
|Location | Geopolitical Entity (GPE) | Cities, countries/regions, states. |`2020-02-01`||
|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 |
24
24
|Organization | Medical | Medical companies and groups. |`2020-04-01`||
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/language-support.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ ms.author: aahi
14
14
# Text Analytics API v3 language support
15
15
16
16
> [!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.
> 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.
56
56
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 |
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/named-entity-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: aahi
15
15
16
16
# Supported entity categories in Named Entity Recognition v3
17
17
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.
0 commit comments