Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- automatic-speech-recognition
|
4 |
+
language:
|
5 |
+
- fr
|
6 |
+
license: cc-by-nc-4.0
|
7 |
+
---
|
8 |
+
|
9 |
+
ESLO audio dataset
|
10 |
+
|
11 |
+
configs:
|
12 |
+
- no_overlap_no_hesitation
|
13 |
+
- no_hesitation
|
14 |
+
- no_overlap
|
15 |
+
- raw
|
16 |
+
|
17 |
+
Licence Creative Commons Attribution - Pas d'Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International
|
18 |
+
|
19 |
+
Dependencies:
|
20 |
+
- ffmpeg: `sudo apt-get install ffmpeg`
|
21 |
+
- ffmpeg-python: `pip install ffmpeg-python`
|
22 |
+
|
23 |
+
```
|
24 |
+
{'audio': {'array': array([-0.00250244, 0.00039673, 0.00326538, ..., 0.01953125,
|
25 |
+
0.02206421, 0.02304077]),
|
26 |
+
'path': None,
|
27 |
+
'sampling_rate': 16000},
|
28 |
+
'end_timestamp': 8.939,
|
29 |
+
'file': 'ESLO1_INTPERS_437',
|
30 |
+
'overlap': False,
|
31 |
+
'sentence': "eh bien je voudrais vous demander d'abord en quoi consiste votre "
|
32 |
+
'entreprise ici ? exactement',
|
33 |
+
'speaker': 'spk1',
|
34 |
+
'start_timestamp': 0.954}
|
35 |
+
|
36 |
+
```
|
37 |
+
Eshkol-Taravella I., Baude O., Maurel D., Hriba L., Dugua C., Tellier I., (2012), Un grand corpus oral « disponible » : le corpus d’Orléans 1968-2012., in Ressources linguistiques libres, TAL. Volume 52 – n° 3/2011, 17-46
|
38 |
+
Laboratoire Ligérien de Linguistique - UMR 7270 (LLL) (2023). ESLO [Corpus]. ORTOLANG (Open Resources and TOols for LANGuage) - www.ortolang.fr, v1, https://hdl.handle.net/11403/eslo/v1.
|