-
Notifications
You must be signed in to change notification settings - Fork 79
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
Implement Syriac / Assyrian Support #239
base: master
Are you sure you want to change the base?
Conversation
Fork the Farsi language implementation and begin the Syriac implementation.
More changes towards support
It is easier to pronounce words with vowels than without.
Re-do some of the datetime and number extraction function. Pass more tests.
… nice_relative_time
Hi Emil, First, congratulations on what I know is a lot of work! Right now, we're in the midst of releasing the first production Mark II devices. So we're pretty swamped, but will definitely make some time to review this in detail over the next few weeks. I'll also have a think about what we can do around the need for the latest glibc. This might just be documentation so that users know what's required. Beyond Lingua Franca, do you have any recommendations for STT and TTS options? |
Given that we have low resources for our language, we don't have any STT and TTS options at present. We are working on creating a language corpora among other initiatives including updating Unicode CLDR and getting Syriac onto Mozilla Common Voice. |
Yeah, there are a lot of barriers to getting started unfortunately but it sounds like you are ticking them off one by one! For TTS, if you have or know of any openly licensed voice datasets that we might be able to use, then we could look at training a Mimic 3 model. |
There are no voice datasets — open or closed. We are working to create that as well. It’s a large undertaking but once we create that then mimic 3 is on my list.
…On Mon, Oct 3, 2022, at 20:41, Kris Gesling wrote:
Yeah, there are a lot of barriers to getting started unfortunately but it sounds like you are ticking them off one by one!
For TTS, if you have or know of any openly licensed voice datasets that we might be able to use, then we could look at training a Mimic 3 model.
—
Reply to this email directly, view it on GitHub <#239 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSTXE642GCZXFGUERQ756TWBODMFANCNFSM6AAAAAAQZHV3QU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Description
Adds Syriac / Assyrian support
Type of PR
Testing
Notes
Syriac support was implemented in glibc 2.36 under the syr locale. This may be a stumbling block to get Syriac tested appropriately. I can vouch that this works on my system currently.