-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: re-introduce the sub-word functionality in Studio
Words can now have sub-word structure. The text go g2p is collected from all text in the <w> element and its sub-elements. Sub-elements can have their own lang="lang_code" attribute. Like before, we collect all text with the same language code and g2p it together, then concatenate the results from g2p'ing the text in different languages. Note, however, that the fallback-langs attribute is only allowed on the <w> elements and its parents, not on sub-word elements.
- Loading branch information
Showing
4 changed files
with
172 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters