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.4.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file pygoruut-0.0.4.tar.gz
.
File metadata
- Download URL: pygoruut-0.0.4.tar.gz
- Upload date:
- Size: 7.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 | b4b292f7d8be7f01dd52c04d75e07215222619003107b53849fd2c77d2bd8548 |
|
MD5 | 904cec42f3f78e129ca72862044fd435 |
|
BLAKE2b-256 | d753a69c9e86ff41352aaf2d7b8cc8e6bc5cce7ee2a705e2868d4b2ad9410ec3 |
File details
Details for the file pygoruut-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.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 | d9a036308ac12a9e8b537a689d169cf8eed5a0d67d496736496fe000442a5d74 |
|
MD5 | 324a5ba50f38cdf7d66e80e1e4d8a9b1 |
|
BLAKE2b-256 | 55ed31bb9eee212e7a2633c9e130264439ab1af2918ec6cc954e6c9ef7021488 |