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', Linguistic='hello', Phonetic='hɛloʊ'),
# Word(CleanWord='world', Linguistic='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.0.5.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file pygoruut-0.0.5.tar.gz
.
File metadata
- Download URL: pygoruut-0.0.5.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af8500f550901923baa8ccf96905157db22872ae787bee0332689751e278de14 |
|
MD5 | aeed2ccdc4fab4d81980a7b883f38a42 |
|
BLAKE2b-256 | ad0d5d38a8a11d9be9f4f314d3b40ca84e2c5deb17572575004cfe33b8c239c0 |
File details
Details for the file pygoruut-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.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 | 1ee3702cffe07c6f6dbabcc25797ca14e105d96cd7a18c0844ef60365b702e62 |
|
MD5 | b333ff44faaecf6237c05d75e132783d |
|
BLAKE2b-256 | 07e75d1c17e6992c4bf8b96b242df9c55b9bc7a052ccb887c4398ff66a5eb091 |