PB Unity
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jet
|
|
18 |
## Information
|
19 |
This version using 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 |
## License
|
22 |
Attribution for the original creators is required. See[Jets](https://huggingface.co/imdanboy/jets) for more details.
|
23 |
|
|
|
18 |
## Information
|
19 |
This version using 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 |
+
|
23 |
## License
|
24 |
Attribution for the original creators is required. See[Jets](https://huggingface.co/imdanboy/jets) for more details.
|
25 |
|