thewh1teagle commited on
Add citation information
Browse files
README.md
CHANGED
|
@@ -58,4 +58,22 @@ The dataset comes with phonemes already so you don't need this for train,
|
|
| 58 |
|
| 59 |
However you do need it after you train the model.
|
| 60 |
|
| 61 |
-
you can phonemize the text using [Phonikud](https://github.com/thewh1teagle/phonikud)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
However you do need it after you train the model.
|
| 60 |
|
| 61 |
+
you can phonemize the text using [Phonikud](https://github.com/thewh1teagle/phonikud)
|
| 62 |
+
|
| 63 |
+
## Citation
|
| 64 |
+
|
| 65 |
+
If you use this dataset in your work, please cite:
|
| 66 |
+
|
| 67 |
+
```bibtex
|
| 68 |
+
@misc{kolani2025phonikud,
|
| 69 |
+
title={Phonikud: Hebrew Grapheme-to-Phoneme Conversion for Real-Time Text-to-Speech},
|
| 70 |
+
author={Yakov Kolani and Maxim Melichov and Cobi Calev and Morris Alper},
|
| 71 |
+
year={2025},
|
| 72 |
+
eprint={2506.12311},
|
| 73 |
+
archivePrefix={arXiv},
|
| 74 |
+
primaryClass={cs.CL},
|
| 75 |
+
url={https://arxiv.org/abs/2506.12311},
|
| 76 |
+
}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
Please note that the paper uses v1.0 of this dataset.
|