Skip to content

Commit 9bca652

Browse files
authored
Update language-support.md
1 parent 44da46f commit 9bca652

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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)