Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Uzbek Speech Corpus (USC)
|
2 |
|
3 |
-
**
|
4 |
|
|
|
5 |
|
6 |
**Dataset Summary:**
|
7 |
|
@@ -18,18 +31,14 @@
|
|
18 |
|
19 |
**Github Repository:** https://github.com/IS2AI/Uzbek_ASR
|
20 |
|
21 |
-
|
22 |
-
**Authors:**
|
23 |
-
|
24 |
-
- Muhammadjon Musaev
|
25 |
-
- Saida Mussakhojayeva
|
26 |
-
- Ilyos Khujayorov
|
27 |
-
- Yerbolat Khassanov
|
28 |
-
- Mannon Ochilov
|
29 |
-
- Huseyin Atakan Varol
|
30 |
-
|
31 |
-
<!--
|
32 |
**Citation:**
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- uz
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- speech
|
8 |
+
task_categories:
|
9 |
+
- automatic-speech-recognition
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
# Uzbek Speech Corpus (USC)
|
14 |
|
15 |
+
**Paper:** [USC: An Open-Source Uzbek Speech Corpus and Initial Speech Recognition Experiments](https://link.springer.com/chapter/10.1007/978-3-030-87802-3_40)
|
16 |
|
17 |
+
**Summary:** This repository contains dataset for reproducing the results presented in the paper "USC: An Open-Source Uzbek Speech Corpus". USC is a freely available, manually checked speech corpus comprising 958 speakers and 105 hours of transcribed audio recordings.
|
18 |
|
19 |
**Dataset Summary:**
|
20 |
|
|
|
31 |
|
32 |
**Github Repository:** https://github.com/IS2AI/Uzbek_ASR
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
**Citation:**
|
35 |
+
```bibtex
|
36 |
+
@inproceedings{musaev2021usc,
|
37 |
+
title={USC: An open-source Uzbek speech corpus and initial speech recognition experiments},
|
38 |
+
author={Musaev, Muhammadjon and Mussakhojayeva, Saida and Khujayorov, Ilyos and Khassanov, Yerbolat and Ochilov, Mannon and Atakan Varol, Huseyin},
|
39 |
+
booktitle={Speech and Computer: 23rd International Conference, SPECOM 2021, St. Petersburg, Russia, September 27--30, 2021, Proceedings 23},
|
40 |
+
pages={437--447},
|
41 |
+
year={2021},
|
42 |
+
organization={Springer}
|
43 |
+
}
|
44 |
+
```
|