From 1593e4f77a8b10cb6bc6c64b411cdbb842849aae Mon Sep 17 00:00:00 2001 From: neurlang <77860779+neurlang@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:12:11 +0200 Subject: [PATCH] update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b22585..694f878 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ pygoruut = Pygoruut() print(pygoruut.phonemize(language="English", sentence="hello world")) # Prints: -# PhonemeResponse( -# Words=[Word(CleanWord='hello', Linguistic='hello', Phonetic='hɛloʊ'), -# Word(CleanWord='world', Linguistic='world', Phonetic='wɚld')]) +# PhonemeResponse(Words=[ +# Word(CleanWord='hello', Phonetic='hˈɛlloʊ'), +# Word(CleanWord='world', Phonetic='wˈɚld')]) + ```