Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,21 @@ language:
|
|
8 |
pretty_name: The MC Speech Dataset
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pretty_name: The MC Speech Dataset
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
+
---
|
12 |
+
This is public domain speech dataset consisting of 24018 short audio clips of a single speaker reading sentences in Polish. A transcription is provided for each clip. Clips have total length of more than 22 hours.
|
13 |
+
|
14 |
+
Texts are in public domain. The audio was recorded in 2021-22 as a part of my master's thesis and is in public domain.
|
15 |
+
|
16 |
+
If you use this dataset, please cite:
|
17 |
+
```
|
18 |
+
@masterthesis{mcspeech,
|
19 |
+
title={Analiza porównawcza korpusów nagrań mowy dla celów syntezy mowy w języku polskim},
|
20 |
+
author={Czyżnikiewicz, Mateusz},
|
21 |
+
year={2022},
|
22 |
+
month={December},
|
23 |
+
school={Warsaw University of Technology},
|
24 |
+
type={Master's thesis},
|
25 |
+
doi={10.13140/RG.2.2.26293.24800},
|
26 |
+
note={Available at \url{http://dx.doi.org/10.13140/RG.2.2.26293.24800}},
|
27 |
+
}
|
28 |
+
```
|