Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license: cc-by-
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
language:
|
@@ -14,4 +14,46 @@ language:
|
|
14 |
- ss
|
15 |
- st
|
16 |
pretty_name: 'Lwazi ASR Corpus: Low Resourced Languages'
|
17 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-3.0
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
language:
|
|
|
14 |
- ss
|
15 |
- st
|
16 |
pretty_name: 'Lwazi ASR Corpus: Low Resourced Languages'
|
17 |
+
---
|
18 |
+
|
19 |
+
# Lwazi ASR Corpus Collection
|
20 |
+
|
21 |
+
This repository contains a curated collection of the **Lwazi Automatic Speech Recognition (ASR) Corpus** for several low-resourced South African languages. These datasets are designed for use in speech recognition research and development, particularly for underrepresented languages.
|
22 |
+
|
23 |
+
## Corpus Overview
|
24 |
+
|
25 |
+
Each corpus consists of scripted telephonic speech recordings collected from native speakers, along with corresponding transcriptions. The audio recordings are primarily from general domain telephone conversations. All data is licensed under [Creative Commons BY 2.5](https://creativecommons.org/licenses/by/2.5/), allowing for open research and non-commercial use with attribution.
|
26 |
+
|
27 |
+
| Language | Scripted | License | Speakers | Hours | Utterances | Domain |
|
28 |
+
|--------------|----------|------------|----------|-------|------------|---------------------|
|
29 |
+
| isiNdebele | ✅ | CC BY 3.0 | 10 | 200 | 6,013 | Telephonic/General |
|
30 |
+
| isiXhosa | ✅ | CC BY 3.0 | 9 | 210 | 6,242 | Telephonic/General |
|
31 |
+
| isiZulu | ✅ | CC BY 3.0 | 8 | 199 | 5,785 | Telephonic/General |
|
32 |
+
| Sepedi | ✅ | CC BY 3.0 | 9 | 190 | 5,640 | Telephonic/General |
|
33 |
+
| Sesotho | ✅ | CC BY 3.0 | 7 | 202 | 6,027 | Telephonic/General |
|
34 |
+
| Setswana | ✅ | CC BY 3.0 | 8 | 203 | 5,970 | Telephonic/General |
|
35 |
+
| Siswati | ✅ | CC BY 3.0 | 10 | 196 | 5,838 | Telephonic/General |
|
36 |
+
| Tshivenda | ✅ | CC BY 3.0 | 7 | 198 | 5,939 | Telephonic/General |
|
37 |
+
| Xitsonga | ✅ | CC BY 3.0 | 8 | 214 | 6,426 | Telephonic/General |
|
38 |
+
|
39 |
+
## Use Cases
|
40 |
+
|
41 |
+
This corpus is particularly useful for:
|
42 |
+
- Training and evaluating ASR models for low-resourced South African languages.
|
43 |
+
- Linguistic analysis and phonetic research.
|
44 |
+
- Data augmentation and transfer learning tasks in multilingual NLP/ASR.
|
45 |
+
|
46 |
+
## Data Structure
|
47 |
+
|
48 |
+
Each language corpus includes:
|
49 |
+
- `audio/`: Subfolders per speaker that contain WAV audio files sampled from telephonic speech.
|
50 |
+
- `transcriptions/`: Text transcripts aligned with audio files.
|
51 |
+
- `metadata.csv`: Speaker information, durations, and utterance IDs.
|
52 |
+
|
53 |
+
## Licensing
|
54 |
+
|
55 |
+
This dataset is licensed under [Creative Commons Attribution 3.0 (CC BY 3.0)](https://creativecommons.org/licenses/by/3.0/). You are free to share and adapt the data with appropriate attribution.The dictionaries made availabe on this site are derived works of the "NCHLT-inlang Pronunciation Dictionaries" by the Meraka Institute, CSIR and the North-West University, available from the RMA and released under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0). When using these dictionaries, please cite the following papers:
|
56 |
+
|
57 |
+
## Citation
|
58 |
+
|
59 |
+
E. Barnard, M. Davel and C. van Heerden, "ASR Corpus Design for Resource-Scarce Languages," in Proceedings of the 10th Annual Conference of the International Speech Communication Association (Interspeech), Brighton, United Kingdom, September 2009, pp. 2847-2850.
|