PB Unity
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jet
|
|
| 16 |
* Press play
|
| 17 |
|
| 18 |
## Information
|
| 19 |
-
This version
|
| 20 |
|
| 21 |
Since we are using a simple dictionary it has no way of distinguishing heteronyms (two words with the same spelling but different pronounciation).
|
| 22 |
|
|
|
|
| 16 |
* Press play
|
| 17 |
|
| 18 |
## Information
|
| 19 |
+
This version uses a phoneme dictionary to convert the text into a string of phonemes. There are other ways to do this, for example using another model, or heuristics.
|
| 20 |
|
| 21 |
Since we are using a simple dictionary it has no way of distinguishing heteronyms (two words with the same spelling but different pronounciation).
|
| 22 |
|