holylovenia commited on
Commit
3d570a9
1 Parent(s): d009096

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - id
8
+ multilinguality:
9
+ - monolingual
10
+ license:
11
+ - other # For research purposes only
12
+ pretty_name: 'IndoLVCSR: A large vocabulary continuous speech recognition system for Indonesian language'
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - automatic-speech-recognition
19
+ task_ids:
20
+ - speech-recognition
21
  ---
22
+
23
+ # IndoLVCSR
24
+
25
+ IndoLVCSR is collected and proposed by the authors of "A Large Vocabulary Continuous Speech Recognition System for Indonesian Language". The text transcriptions are obtained from newspaper and magazine articles. The speech is recorded from 20 speakers (11 males and 9 females).
26
+
27
+ # How to cite
28
+ If you use this dataset, please cite this paper:
29
+ ```
30
+ @inproceedings{lestari2006indolvcsr,
31
+ title={A large vocabulary continuous speech recognition system for Indonesian language},
32
+ author={Lestari, Dessi Puji and Iwano, Koji and Furui, Sadaoki},
33
+ booktitle={15th Indonesian Scientific Conference in Japan Proceedings},
34
+ pages={17--22},
35
+ year={2006}
36
+ }
37
+ ```