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
> Currently, [v3 entity categories](named-entity-types.md) are only returned on English text. The API returns [version 2.1](migration-guide.md?tabs=named-entity-recognition#ner-v21-entity-categories) results for requests in other languages, provided they are supported in version 2.1.
47
-
48
-
| Language | Language code | Available starting with v3 model version: | Notes |
> 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.
56
+
57
+
| Language | Language code | v2 support | v3 support | Starting with v3 model version: | Notes |
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/migration-guide.md
+1-93Lines changed: 1 addition & 93 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If your application uses the REST API, update its request endpoint to the v3 end
43
43
> [!NOTE]
44
44
> Currently, [v3 entity categories](named-entity-types.md) are only returned on English text. The API returns version 2.1 results for requests in other languages, provided they are supported in version 2.1.
45
45
46
-
In version 2.1, the Text Analytics API uses one endpoint for Named Entity Recognition (NER) and entity linking. Version 3 provides expanded named entity detection, and uses a separate endpoints for NER and entity linking requests. Starting in v3.1-preview.1, NER can additionally detect personal `pii` and health `phi` information.
46
+
In version 2.1, the Text Analytics API uses one endpoint for Named Entity Recognition (NER) and entity linking. Version 3 provides expanded named entity detection, and uses separate endpoints for NER and entity linking requests. Starting in v3.1-preview.1, NER can additionally detect personal `pii` and health `phi` information.
47
47
48
48
## Steps to migrate
49
49
@@ -133,98 +133,6 @@ If your application uses the REST API, update its request endpoint to the v3 end
The Text Analytics API can detect a wide range of languages, variants, dialects, and some regional/cultural languages. Language Detection returns the "script" of a language. For instance, for the phrase "I have a dog" it will return `en` instead of `en-US`. The only special case is Chinese, where the language detection capability will return `zh_CHS` or `zh_CHT` if it can determine the script given the text provided. In situations where a specific script cannot be identified for a Chinese document, it will return simply `zh`.
202
-
203
-
We don't publish the exact list of languages for this feature, but it can detect a wide range of languages, variants, dialects, and some regional/cultural languages.
204
-
205
-
If you have content expressed in a less frequently used language, you can try Language Detection to see if it returns a code. The response for languages that cannot be detected is "unknown".
0 commit comments