Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,43 +1,74 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-3.0
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
- split: test
|
9 |
-
path: data/test-*
|
10 |
-
dataset_info:
|
11 |
-
features:
|
12 |
-
- name: audio
|
13 |
-
dtype: audio
|
14 |
-
- name: age
|
15 |
-
dtype: string
|
16 |
-
- name: gender
|
17 |
-
dtype: string
|
18 |
-
- name: speaker_id
|
19 |
-
dtype: string
|
20 |
-
- name: duration
|
21 |
-
dtype: string
|
22 |
-
- name: pdp_score
|
23 |
-
dtype: string
|
24 |
-
- name: utterance_id
|
25 |
-
dtype: string
|
26 |
-
- name: disfluency
|
27 |
-
dtype: bool
|
28 |
-
- name: text
|
29 |
-
dtype: string
|
30 |
-
- name: typos
|
31 |
-
dtype: bool
|
32 |
-
- name: split
|
33 |
-
dtype: string
|
34 |
-
splits:
|
35 |
-
- name: train
|
36 |
-
num_bytes: 2696214707.538
|
37 |
-
num_examples: 41871
|
38 |
-
- name: test
|
39 |
-
num_bytes: 235181900.818
|
40 |
-
num_examples: 2802
|
41 |
-
download_size: 3285081747
|
42 |
-
dataset_size: 2931396608.356
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-3.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: audio
|
13 |
+
dtype: audio
|
14 |
+
- name: age
|
15 |
+
dtype: string
|
16 |
+
- name: gender
|
17 |
+
dtype: string
|
18 |
+
- name: speaker_id
|
19 |
+
dtype: string
|
20 |
+
- name: duration
|
21 |
+
dtype: string
|
22 |
+
- name: pdp_score
|
23 |
+
dtype: string
|
24 |
+
- name: utterance_id
|
25 |
+
dtype: string
|
26 |
+
- name: disfluency
|
27 |
+
dtype: bool
|
28 |
+
- name: text
|
29 |
+
dtype: string
|
30 |
+
- name: typos
|
31 |
+
dtype: bool
|
32 |
+
- name: split
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 2696214707.538
|
37 |
+
num_examples: 41871
|
38 |
+
- name: test
|
39 |
+
num_bytes: 235181900.818
|
40 |
+
num_examples: 2802
|
41 |
+
download_size: 3285081747
|
42 |
+
dataset_size: 2931396608.356
|
43 |
+
task_categories:
|
44 |
+
- automatic-speech-recognition
|
45 |
+
language:
|
46 |
+
- zu
|
47 |
+
pretty_name: NCHLT Speech Corpus -- isiZulu
|
48 |
+
---
|
49 |
+
# NCHLT Speech Corpus -- isiZulu
|
50 |
+
|
51 |
+
This is the isiZulu language part of the NCHLT Speech Corpus of the South African languages.
|
52 |
+
|
53 |
+
Language code (ISO 639): `zul`
|
54 |
+
|
55 |
+
URI: <https://hdl.handle.net/20.500.12185/275>
|
56 |
+
|
57 |
+
## Licence:
|
58 |
+
|
59 |
+
Creative Commons Attribution 3.0 Unported License (CC BY 3.0): <http://creativecommons.org/licenses/by/3.0/legalcode>
|
60 |
+
|
61 |
+
## Attribution:
|
62 |
+
|
63 |
+
The Department of Arts and Culture of the government of the Republic of South Africa (DAC), Council for Scientific and Industrial Research (CSIR) and North-West University (NWU).
|
64 |
+
|
65 |
+
## Citation Information:
|
66 |
+
|
67 |
+
```
|
68 |
+
@inproceedings{barnard2014nchlt,
|
69 |
+
title={{The NCHLT speech corpus of the South African languages}},
|
70 |
+
author={Barnard, Etienne and Davel, Marelie H and Van Heerden, Charl and De Wet, Febe and Badenhorst, Jaco},
|
71 |
+
booktitle={Workshop Spoken Language Technologies for Under-resourced Languages (SLTU)},
|
72 |
+
year={2014}
|
73 |
+
}
|
74 |
+
```
|