VALL-E-X / utils /g2p /vietnamese.py
windymv's picture
all resource
324bf29
from viphoneme import vi2IPA
def vietnamese_to_ipa(text):
text = vi2IPA(text)
return text.replace('...', '…')