-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LTS rules from FreeTTS #435
Comments
Other LTS options: MaryTTS, The Festival Speech Synthesis System, CMU Sphinx |
1.The content in rita_lts.js is the same as the file Some clues of how the file is generated: 2.In the first post you mentioned, the author was trying to do the same thing as we do. 3.The rules from the paper “Letter-to-sound rules for automatic translation of english text to phonetics" could be used as a reference if we want to fix the LTS results with some extra rules. |
One thing I think that worth to mention here is that an update to the latest cmu dictionary might not improve the quality of LTS result (if the standard is the percentage of the same pronunciation given from the dictionary)
Therefore, when they are evaluated with probability, there must be certain cases when the result is not equal to the dictionary. And they are also hard to solve with manual rules. |
I see -- so what do you recommend? |
According to your aims in #97
|
Are there some generic rules we can try to improve the LTS ? Alternatively, we might want to update the pronunciation in the dictionary to what is generated by LTS, if it is also correct (but not the same). Am I correct that we the current dictionary has vb* , but not nns ? I think it will require too much work on the analysis side (containsWord, for example) to remove the vb* as well... |
Download source here and compare: https://freetts.sourceforge.io/
See also: https://sourceforge.net/p/freetts/discussion/137669/thread/ed3b643f/
https://sourceforge.net/p/cmusphinx/discussion/sphinx4/thread/76f4bdde/?limit=25
and paper: “Letter-to-sound rules for automatic translation of english text to phonetics"
The text was updated successfully, but these errors were encountered: