danijelkorzinek commited on
Commit
94942ec
·
verified ·
1 Parent(s): 371520a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -6,4 +6,28 @@ task_categories:
6
  - automatic-speech-recognition
7
  language:
8
  - pl
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - automatic-speech-recognition
7
  language:
8
  - pl
9
+ ---
10
+
11
+ # CLARIN-PL Polish Studio Corpus
12
+
13
+ The corpus was created somewhere in 2014-2015 by recording a group of few hundred volunteer speakers reading a few dozen sentences each. The total size of the corpus is ~56 hours.
14
+
15
+ Due to the manner of recording, the transcription accuracy is very high, but the manner of speech is not spontaneous. This corpus is best compared to something like TIMIT, possibly CommonVoice.
16
+ It is different from CommonVoice in that it is recorded in a controlled environment (studio, all recordings using same microphone) and consistent manner.
17
+
18
+ The corpus was downloaded from https://mowa.clarin-pl.eu/korpusy/audio.tar.gz (~4.6GB; MD5SUM af583ab72089d089e31d795ea4f8ea4f)
19
+
20
+ A proof-of-concept ASR system can also be found on https://github.com/danijel3/ClarinStudioKaldi
21
+
22
+ ## Citing
23
+
24
+ Use the following paper to refer to this corpus:
25
+
26
+ ```
27
+ @inproceedings{korvzinek2016polish,
28
+ title={Polish Read Speech Corpus for Speech Tools and Services},
29
+ author={Kor{\v{z}}inek, Danijel and Marasek, Krzysztof and Brocki, {\L}ukasz and Wo{\l}k, Krzysztof},
30
+ booktitle={CLARIN Annual Conference 2016},
31
+ pages={54}
32
+ }
33
+ ```