File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed
articles/ai-services/language-service/summarization Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ Extractive text and document summarization support the following languages:
31
31
| Japanese | ` ja ` | |
32
32
| Korean | ` ko ` | |
33
33
| Polish | ` pl ` | |
34
- | Portuguese (Portugal) | ` pt ` | |
35
- | Portuguese (Brazil) | ` pt-br ` | |
34
+ | Portuguese | ` pt ` | ` pt-br ` also accepted |
36
35
| Spanish | ` es ` | |
37
36
38
37
Abstractive text and document summarization support the following languages:
@@ -49,8 +48,7 @@ Abstractive text and document summarization support the following languages:
49
48
| Japanese | ` ja ` | |
50
49
| Korean | ` ko ` | |
51
50
| Polish | ` pl ` | |
52
- | Portuguese (Portugal) | ` pt ` | |
53
- | Portuguese (Brazil) | ` pt-br ` | |
51
+ | Portuguese | ` pt ` | ` pt-br ` also accepted |
54
52
| Spanish | ` es ` | |
55
53
56
54
## Conversation summarization
@@ -60,7 +58,7 @@ Conversation summarization supports the following languages:
60
58
| Language | Language code | Notes |
61
59
| -----------------------| ---------------| ---------------------|
62
60
| Chinese-Simplified | ` zh-hans ` | ` zh ` also accepted |
63
- | Chinese-Traditional | ` zh-hant ` | |
61
+ | Chinese-Traditional | ` zh-hant ` | |
64
62
| English | ` en ` | |
65
63
| French | ` fr ` | |
66
64
| German | ` de ` | |
@@ -69,20 +67,19 @@ Conversation summarization supports the following languages:
69
67
| Japanese | ` ja ` | |
70
68
| Korean | ` ko ` | |
71
69
| Polish | ` pl ` | |
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 ` | |
70
+ | Portuguese | ` pt ` | ` pt-br ` also accepted |
85
71
| Spanish | ` es ` | |
72
+ | Dutch| ` nl ` ||
73
+ | Swedish| ` sv ` ||
74
+ | Danish| ` da ` ||
75
+ | Finnish| ` fi ` ||
76
+ | Russian| ` ru ` ||
77
+ | Norwegian| ` no ` ||
78
+ | Turkish| ` tr ` ||
79
+ | Arabic| ` ar ` ||
80
+ | Czech| ` cs ` ||
81
+ | Hungarian| ` hu ` ||
82
+ | Thai| ` th ` ||
86
83
87
84
## Custom summarization
88
85
You can’t perform that action at this time.
0 commit comments