Skip to content

Commit

Permalink
push readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Sep 29, 2024
1 parent 651d848 commit 5d3fba0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# pygoruut
# pygoruut

## Getting started

```
from pygoruut.pygoruut import Pygoruut
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')])
```

0 comments on commit 5d3fba0

Please sign in to comment.