Skip to content

Commit ea840f3

Browse files
authored
Merge pull request #214466 from aahill/clu-fixes
Clu fixes
2 parents 18f3a41 + ba4c193 commit ea840f3

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ Use this article to learn which natural languages are supported by the NER featu
2424
2525
## NER language support
2626

27-
| Language | Language code | Starting with model version: | 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 | |
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 | | |
5353

5454
## Next steps
5555

56-
[PII feature overview](overview.md)
56+
[NER feature overview](overview.md)

articles/cognitive-services/language-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ items:
280280
items:
281281
- name: Best practices
282282
href: conversational-language-understanding/concepts/best-practices.md
283+
- name: Multilingual projects
284+
href: conversational-language-understanding/concepts/multiple-languages.md
283285
- name: Entity components
284286
href: conversational-language-understanding/concepts/entity-components.md
285287
- name: Evaluation metrics

0 commit comments

Comments
 (0)