Skip to content

Commit d20043f

Browse files
authored
Merge pull request #214656 from hazemelh/patch-26
Update language support and resolutions note
2 parents e59d65b + 77962e3 commit d20043f

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed

articles/cognitive-services/language-service/named-entity-recognition/concepts/entity-resolutions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ A resolution is a standard format for an entity. Entities can be expressed in va
1919

2020
You can use NER resolutions to implement actions or retrieve further information. For example, your service can extract datetime entities to extract dates and times that will be provided to a meeting scheduling system.
2121

22+
> [!NOTE]
23+
> Entity resolution responses are only supported starting from **_api-version=2022-10-01-preview_** and **_"modelVersion": "2022-10-01-preview"_**.
24+
2225
This article documents the resolution objects returned for each entity category or subcategory.
2326

2427
## Age

articles/cognitive-services/language-service/named-entity-recognition/language-support.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@ Use this article to learn which natural languages are supported by the NER featu
1919

2020
> [!NOTE]
2121
> * Languages are added as new [model versions](how-to-call.md#specify-the-ner-model) are released.
22-
> * Only "Person", "Location" and "Organization" entities are returned for languages marked with *.
23-
> * The current model version for NER is `2021-06-01`.
22+
> * The language support below is for model version `2022-10-01-preview`.
2423
2524
## NER language support
2625

27-
| Language | Language code | Starting with model version: | Supports entity resolution | Notes |
28-
|:----------------------|:-------------:|:----------------------------:|:--------------------------:|:------------------:|
29-
| Arabic* | `ar` | 2019-10-01 | | |
30-
| Chinese-Simplified | `zh-hans` | 2021-01-15 || `zh` also accepted |
31-
| Chinese-Traditional* | `zh-hant` | 2019-10-01 | | |
32-
| Czech* | `cs` | 2019-10-01 | | |
33-
| Danish* | `da` | 2019-10-01 | | |
34-
| Dutch* | `nl` | 2019-10-01 || |
35-
| English | `en` | 2019-10-01 || |
36-
| Finnish* | `fi` | 2019-10-01 | | |
37-
| French | `fr` | 2021-01-15 || |
38-
| German | `de` | 2021-01-15 || |
39-
| Hebrew | `he` | 2022-10-01 | | |
40-
| Hindi | `hi` | 2022-10-01 || |
41-
| Hungarian* | `hu` | 2019-10-01 | | |
42-
| Italian | `it` | 2021-01-15 || |
43-
| Japanese | `ja` | 2021-01-15 || |
44-
| Korean | `ko` | 2021-01-15 | | |
45-
| Norwegian (Bokmål)* | `no` | 2019-10-01 | | `nb` also accepted |
46-
| Polish* | `pl` | 2019-10-01 | | |
47-
| Portuguese (Brazil) | `pt-BR` | 2021-01-15 || |
48-
| Portuguese (Portugal) | `pt-PT` | 2021-01-15 | | `pt` also accepted |
49-
| Russian* | `ru` | 2019-10-01 | | |
50-
| Spanish | `es` | 2020-04-01 || |
51-
| Swedish* | `sv` | 2019-10-01 | | |
52-
| Turkish* | `tr` | 2019-10-01 || |
26+
|Language |Language code|Supports resolution|Notes |
27+
|---------------------|-------------|-----|------------------|
28+
|Arabic |`ar` | | |
29+
|Chinese-Simplified |`zh-hans` ||`zh` also accepted|
30+
|Chinese-Traditional |`zh-hant` | | |
31+
|Czech |`cs` | | |
32+
|Danish |`da` | | |
33+
|Dutch |`nl` || |
34+
|English |`en` || |
35+
|Finnish |`fi` | | |
36+
|French |`fr` || |
37+
|German |`de` || |
38+
|Hebrew |`he` | | |
39+
|Hindi |`hi` || |
40+
|Hungarian |`hu` | | |
41+
|Italian |`it` || |
42+
|Japanese |`ja` || |
43+
|Korean |`ko` | | |
44+
|Norwegian (Bokmål) |`no` | |`nb` also accepted|
45+
|Polish |`pl` | | |
46+
|Portuguese (Brazil) |`pt-BR` || |
47+
|Portuguese (Portugal)|`pt-PT` | |`pt` also accepted|
48+
|Russian |`ru` | | |
49+
|Spanish |`es` || |
50+
|Swedish |`sv` | | |
51+
|Turkish |`tr` || |
52+
5353

5454
## Next steps
5555

0 commit comments

Comments
 (0)