Skip to content

Commit 1f1d5b4

Browse files
Merge pull request #277776 from jboback/Summarization-language-support
Language table update, term fix
2 parents d9a9f4e + 91988bd commit 1f1d5b4

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

articles/ai-services/language-service/summarization/language-support.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,24 @@ Use this article to learn which natural languages are supported by document and
1818

1919
## Text and document summarization
2020

21-
Extractive and abstractive text summarization as well as document summarization support the following languages:
21+
Extractive text and document summarization support the following languages:
22+
23+
| Language | Language code | Notes |
24+
|-----------------------|---------------|---------------------|
25+
| Chinese-Simplified | `zh-hans` | `zh` also accepted |
26+
| English | `en` | |
27+
| French | `fr` | |
28+
| German | `de` | |
29+
| Hebrew | `he` | |
30+
| Italian | `it` | |
31+
| Japanese | `ja` | |
32+
| Korean | `ko` | |
33+
| Polish | `pl` | |
34+
| Portuguese (Portugal) | `pt` | |
35+
| Portuguese (Brazil) | `pt-br` | |
36+
| Spanish | `es` | |
37+
38+
Abstractive text and document summarization support the following languages:
2239

2340
| Language | Language code | Notes |
2441
|-----------------------|---------------|---------------------|
@@ -32,7 +49,8 @@ Extractive and abstractive text summarization as well as document summarization
3249
| Japanese | `ja` | |
3350
| Korean | `ko` | |
3451
| Polish | `pl` | |
35-
| Portuguese | `pt` | |
52+
| Portuguese (Portugal) | `pt` | |
53+
| Portuguese (Brazil) | `pt-br` | |
3654
| Spanish | `es` | |
3755

3856
## Conversation summarization
@@ -42,6 +60,7 @@ Conversation summarization supports the following languages:
4260
| Language | Language code | Notes |
4361
|-----------------------|---------------|---------------------|
4462
| Chinese-Simplified | `zh-hans` | `zh` also accepted |
63+
| Chinese-Traditional | `zh-hant` | |
4564
| English | `en` | |
4665
| French | `fr` | |
4766
| German | `de` | |
@@ -50,7 +69,19 @@ Conversation summarization supports the following languages:
5069
| Japanese | `ja` | |
5170
| Korean | `ko` | |
5271
| Polish | `pl` | |
53-
| Portuguese | `pt` | |
72+
| Portuguese (Portugal) | `pt` | |
73+
| Portuguese (Brazil) | `pt-br` | |
74+
| Dutch, Flemish | `nl` | |
75+
| Swedish | `sv` | |
76+
| Danish | `da` | |
77+
| Finnish | `fi` | |
78+
| Russian | `ru` | |
79+
| Norwegian | `no` | |
80+
| Turkish | `tr` | |
81+
| Arabic | `ar` | |
82+
| Czech | `cs` | |
83+
| Hungarian | `hu` | |
84+
| Thai | `th` | |
5485
| Spanish | `es` | |
5586

5687
## Custom summarization

0 commit comments

Comments
 (0)