VALL-E-X / utils /g2p /vietnamese.py
ITS-C4SF733\Administrator
all resource
324bf29
raw
history blame contribute delete
121 Bytes
from viphoneme import vi2IPA
def vietnamese_to_ipa(text):
text = vi2IPA(text)
return text.replace('...', '…')