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.6.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file pygoruut-0.0.6.tar.gz
.
File metadata
- Download URL: pygoruut-0.0.6.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09f985365f84214d1382676eea9fd6eefa9c22d40e5bb29f1eecb7838744cf03 |
|
MD5 | 01535bc670fc69108cbffe186c74f7d9 |
|
BLAKE2b-256 | 20e601bdd75e643b4d330a8104123fca032b6b37537bf8c6545f5e3eb3ecd2b7 |
File details
Details for the file pygoruut-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.0.6-py3-none-any.whl
- Upload date:
- Size: 9.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 | a026f2ddfc9441658208e4e08d04c5ea03d92462e60e938177de7cb1322d9086 |
|
MD5 | 20a8ae7d15848d2838a8fd4aa28fbfa1 |
|
BLAKE2b-256 | e6afbd1153688c92e0e0f8afdb8d0c952351dbf7a171b2fd17a78c449440eed4 |