Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 311 Bytes

pygoruut

Getting started

from pygoruut.pygoruut import Pygoruut

pygoruut = Pygoruut()

print(pygoruut.phonemize(language="English", sentence="hello world"))

# Prints:
# PhonemeResponse(Words=[
#  Word(CleanWord='hello', Phonetic='hˈɛlloʊ'),
#  Word(CleanWord='world', Phonetic='wˈɚld')])