Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ language:
|
|
37 |
- sr
|
38 |
pretty_name: Južne Vesti
|
39 |
---
|
40 |
-
#
|
41 |
|
42 |
hdl: http://hdl.handle.net/11356/1679
|
43 |
|
@@ -47,6 +47,16 @@ The processing of the audio and its alignment to the manual transcripts followed
|
|
47 |
Segments in this dataset range from 2 to 30 seconds.
|
48 |
Train-dev-test split has been performed with 80:10:10 ratio.
|
49 |
As with the ParlaSpeech-HR dataset, two transcriptions are provided; one with transcripts in their raw form (with punctuation, capital letters, numerals) and another normalised with the same rule-based normaliser as was used in ParlaSpeech-HR dataset creation, which is lowercased, punctuation is removed and numerals are replaced with words.
|
50 |
-
The speaker_info attribute is less abundant due to the fact that compared to parliamentary corpora less data is available in this domain, so it covers only the guest name, guest description, host name, and speaker breakdown (when the host or the guest are speaking).
|
51 |
|
52 |
-
Original transcripts were collected with the help of the ReLDI Centre Belgrade (https://reldi.spur.uzh.ch).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
- sr
|
38 |
pretty_name: Južne Vesti
|
39 |
---
|
40 |
+
# ASR training dataset for Serbian JuzneVesti-SR v1.0
|
41 |
|
42 |
hdl: http://hdl.handle.net/11356/1679
|
43 |
|
|
|
47 |
Segments in this dataset range from 2 to 30 seconds.
|
48 |
Train-dev-test split has been performed with 80:10:10 ratio.
|
49 |
As with the ParlaSpeech-HR dataset, two transcriptions are provided; one with transcripts in their raw form (with punctuation, capital letters, numerals) and another normalised with the same rule-based normaliser as was used in ParlaSpeech-HR dataset creation, which is lowercased, punctuation is removed and numerals are replaced with words.
|
|
|
50 |
|
51 |
+
Original transcripts were collected with the help of the ReLDI Centre Belgrade (https://reldi.spur.uzh.ch).
|
52 |
+
|
53 |
+
Please cite as ```
|
54 |
+
@misc{11356/1679,
|
55 |
+
title = {{ASR} training dataset for Serbian {JuzneVesti}-{SR} v1.0},
|
56 |
+
author = {Rupnik, Peter and Ljube{\v s}i{\'c}, Nikola},
|
57 |
+
url = {http://hdl.handle.net/11356/1679},
|
58 |
+
note = {Slovenian language resource repository {CLARIN}.{SI}},
|
59 |
+
copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
|
60 |
+
issn = {2820-4042},
|
61 |
+
year = {2022} }
|
62 |
+
```
|