JSX_TTS / eng_to_ipa /__init__.py
UMMJ's picture
Upload 5875 files
9dd3461
from .transcribe import *
from .stress import *
from .rhymes import *
from .syllables import *
from .transcriber import *
__all__ = ['en_to_ipa', 'rhymes', 'stress', 'syllables']