Skip to content
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

[Thai VCCV Phonemizer] Fix phoneme parser for Thai VCCV #1297

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

printto
Copy link
Contributor

@printto printto commented Oct 9, 2024

This pull request fixes the diphthong problem of parsing the phoneme in the Thai VCCV phonemizer.

This pull request does not fix the problem for the Thai characters parsing but it may be important for the future G2P adaption from this G2P model in the future.

Old version:

  • l@w -> [-w@] [@w-]
  • daw -> [-wa] [aw-]

Updated version:

  • l@w -> [-l@] [@w-]
  • daw -> [-da] [aw-]

@stakira stakira merged commit f5b866c into stakira:master Nov 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants