unity-sentis
ONNX
PB Unity commited on
Commit
1dec86b
·
verified ·
1 Parent(s): 4cf0b1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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