@@ -18,7 +18,24 @@ Use this article to learn which natural languages are supported by document and
18
18
19
19
## Text and document summarization
20
20
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:
22
39
23
40
| Language | Language code | Notes |
24
41
| -----------------------| ---------------| ---------------------|
@@ -32,7 +49,8 @@ Extractive and abstractive text summarization as well as document summarization
32
49
| Japanese | ` ja ` | |
33
50
| Korean | ` ko ` | |
34
51
| Polish | ` pl ` | |
35
- | Portuguese | ` pt ` | |
52
+ | Portuguese (Portugal) | ` pt ` | |
53
+ | Portuguese (Brazil) | ` pt-br ` | |
36
54
| Spanish | ` es ` | |
37
55
38
56
## Conversation summarization
@@ -42,6 +60,7 @@ Conversation summarization supports the following languages:
42
60
| Language | Language code | Notes |
43
61
| -----------------------| ---------------| ---------------------|
44
62
| Chinese-Simplified | ` zh-hans ` | ` zh ` also accepted |
63
+ | Chinese-Traditional | ` zh-hant ` | |
45
64
| English | ` en ` | |
46
65
| French | ` fr ` | |
47
66
| German | ` de ` | |
@@ -50,7 +69,19 @@ Conversation summarization supports the following languages:
50
69
| Japanese | ` ja ` | |
51
70
| Korean | ` ko ` | |
52
71
| 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 ` | |
54
85
| Spanish | ` es ` | |
55
86
56
87
## Custom summarization
0 commit comments