flexthink
commited on
Commit
·
fccfb37
1
Parent(s):
0ad8d41
Add a reference to the SoundChoice G2P paper
Browse files
README.md
CHANGED
@@ -97,6 +97,19 @@ Please, cite SpeechBrain if you use it for your research or business.
|
|
97 |
}
|
98 |
```
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
# **About SpeechBrain**
|
101 |
- Website: https://speechbrain.github.io/
|
102 |
- Code: https://github.com/speechbrain/speechbrain/
|
|
|
97 |
}
|
98 |
```
|
99 |
|
100 |
+
Also please cite the SoundChoice G2P paper on which this pretrained model is based:
|
101 |
+
|
102 |
+
```bibtex
|
103 |
+
@misc{ploujnikov2022soundchoice,
|
104 |
+
title={SoundChoice: Grapheme-to-Phoneme Models with Semantic Disambiguation},
|
105 |
+
author={Artem Ploujnikov and Mirco Ravanelli},
|
106 |
+
year={2022},
|
107 |
+
eprint={2207.13703},
|
108 |
+
archivePrefix={arXiv},
|
109 |
+
primaryClass={cs.SD}
|
110 |
+
}
|
111 |
+
```
|
112 |
+
|
113 |
# **About SpeechBrain**
|
114 |
- Website: https://speechbrain.github.io/
|
115 |
- Code: https://github.com/speechbrain/speechbrain/
|