TTS-Demo / src /vietnamese /__init__.py
valtecAI-team's picture
Upload folder using huggingface_hub
f8b4a6c verified
raw
history blame contribute delete
183 Bytes
"""
Vietnamese language support package
"""
from .phonemizer import text_to_phonemes, VIPHONEME_AVAILABLE, get_all_phonemes
from .text_processor import process_vietnamese_text