Add text phonemes to preprocess

This commit is contained in:
Michael Hansen
2023-06-08 15:37:20 -05:00
parent a66ac02ca7
commit a7eab8ed03
5 changed files with 178 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ def main() -> None:
"category": unicodedata.category(phoneme),
}
for phoneme, count in missing_phonemes.most_common()
}
},
},
sys.stdout,
)