A Python wrapper for the goruut phonemization tool
Project description
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')])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygoruut-0.1.0.tar.gz
(11.8 kB
view details)
Built Distribution
pygoruut-0.1.0-py3-none-any.whl
(10.7 kB
view details)
File details
Details for the file pygoruut-0.1.0.tar.gz
.
File metadata
- Download URL: pygoruut-0.1.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ce4a1ad18a8fcd58fe64eb3ce5e0ce40e8f0d8d832898e9073b3f35b595809 |
|
MD5 | 14744f1eebcdc84a366793315c5e60f5 |
|
BLAKE2b-256 | 35eead5784171cb27d04ac2ac8cf776638e7fec185d39c147bc012d661d94e03 |
File details
Details for the file pygoruut-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c855ea8d385baded2ededecc9900c87e26ee5af49746f14c5732ac12e69fc42b |
|
MD5 | 95ecea5dff3b9e4e7b49ab61db4011e3 |
|
BLAKE2b-256 | d13d0096cc787717bec43fa076a84f47f7a557c2ccb029fe6d3e902300809efe |