File size: 1,666 Bytes
d35a362
 
 
 
 
 
66dce2a
d35a362
 
 
 
66dce2a
d35a362
 
 
 
 
 
66dce2a
d35a362
 
 
 
 
 
 
66dce2a
d35a362
66dce2a
 
d35a362
 
 
66dce2a
d35a362
66dce2a
d35a362
66dce2a
d35a362
 
 
66dce2a
 
 
 
d35a362
66dce2a
 
 
 
 
d35a362
 
 
66dce2a
 
 
d35a362
66dce2a
 
d35a362
66dce2a
d35a362
66dce2a
 
 
d35a362
 
 
 
66dce2a
 
d35a362
 
66dce2a
 
d35a362
 
 
 
66dce2a
 
 
d35a362
66dce2a
d35a362
 
 
 
66dce2a
d35a362
66dce2a
 
d35a362
66dce2a
d35a362
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66dce2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
license: cc0-1.0
language:
  - af
  - am
  - ar
  - az
  - be
  - bg
  - bn
  - ca
  - ceb
  - cs
  - cy
  - da
  - de
  - el
  - en
  - eo
  - es
  - et
  - eu
  - fa
  - fi
  - fr
  - ga
  - gd
  - gl
  - gu
  - ha
  - he
  - hi
  - hr
  - ht
  - hu
  - hy
  - id
  - ig
  - is
  - it
  - ja
  - jv
  - ka
  - kk
  - kn
  - ko
  - ku
  - ky
  - la
  - lb
  - lo
  - lt
  - lv
  - mk
  - ml
  - mn
  - mr
  - ms
  - mt
  - my
  - nb
  - ne
  - nl
  - ny
  - oc
  - pa
  - pl
  - pt
  - ro
  - ru
  - rw
  - si
  - sk
  - sl
  - sn
  - so
  - sq
  - sr
  - sv
  - sw
  - ta
  - te
  - tg
  - th
  - tk
  - tl
  - tr
  - uk
  - ur
  - uz
  - vi
  - xh
  - yo
  - zh
  - zu
tags: [tts, text-to-speech, evaluation, multilingual]
pretty_name: TTS Test Sentence
size_categories: [n<1K]
---

# tts-test-sentence

One canonical **TTS test sentence** — the *rainbow sentence* — translated across
languages and scripts, for quickly sanity-checking multilingual text-to-speech
voices (does the voice produce intelligible speech in its language?).

**English source:** *After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it.*

Each row: `lang` (BCP-47), `language` (name), `script` (ISO-15924), `text`
(native translation), `source_en`. Some languages appear in multiple scripts
(e.g. Serbian: `sr-Cyrl` / `sr-Latn`).

```python
from datasets import load_dataset
ds = load_dataset("OpenVoiceOS/tts-test-sentence", split="train")
```

Many translations are best-effort (some AI-authored); corrections and additional languages/scripts are very welcome. The ~1000 long-tail MMS languages (one voice each) are not yet covered.