Skip to content

IPA Phonemizer for human languages (python interface)

License

Notifications You must be signed in to change notification settings

neurlang/pygoruut

Repository files navigation

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')])

About

IPA Phonemizer for human languages (python interface)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages