| from .transcribe import * | |
| from .stress import * | |
| from .rhymes import * | |
| from .syllables import * | |
| from .transcriber import * | |
| __all__ = ['en_to_ipa', 'rhymes', 'stress', 'syllables'] | |
| from .transcribe import * | |
| from .stress import * | |
| from .rhymes import * | |
| from .syllables import * | |
| from .transcriber import * | |
| __all__ = ['en_to_ipa', 'rhymes', 'stress', 'syllables'] | |