Commit ·
0ae66d2
1
Parent(s): 6c93f15
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,4 +3,32 @@ tags:
|
|
| 3 |
- speech-recognition
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- speech-recognition
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
TITML-IDN (Tokyo Institute of Technology Multilingual - Indonesian) is collected to build a pioneering Indonesian Large Vocabulary Continuous Speech Recognition (LVCSR) System. In order to build an LVCSR system, high accurate acoustic models and large-scale language models are essential. Since Indonesian speech corpus was not available yet, we tried to collect speech data from 20 Indonesian native speakers (11 males and 9 females) to construct a speech corpus for training the acoustic model based on Hidden Markov Models (HMMs). A text corpus which was collected by ILPS, Informatics Institute, University of Amsterdam, was used to build a 40K-vocabulary dictionary and a n-gram language model.
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
## Dataset Usage
|
| 12 |
+
|
| 13 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
```@inproceedings{lestari2006titmlidn,
|
| 18 |
+
title={A large vocabulary continuous speech recognition system for Indonesian language},
|
| 19 |
+
author={Lestari, Dessi Puji and Iwano, Koji and Furui, Sadaoki},
|
| 20 |
+
booktitle={15th Indonesian Scientific Conference in Japan Proceedings},
|
| 21 |
+
pages={17--22},
|
| 22 |
+
year={2006}
|
| 23 |
+
}
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
For research purposes only. If you use this corpus, you have to cite (Lestari et al, 2006).
|
| 29 |
+
|
| 30 |
+
## Homepage
|
| 31 |
+
|
| 32 |
+
### NusaCatalogue
|
| 33 |
+
|
| 34 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|