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.7.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file pygoruut-0.0.7.tar.gz
.
File metadata
- Download URL: pygoruut-0.0.7.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 | d119a9799dc0a46fc27d7165e5d8d0efaebfd539f24bf0ca63362e9cffb2bbf9 |
|
MD5 | c7c01bdd30871076b80a726047eea337 |
|
BLAKE2b-256 | 3b63eb06280d9455ff85d9cb8844d4f7dc4fcb49488801c212a249479afa2503 |
File details
Details for the file pygoruut-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.0.7-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 | 63acea885f3195adceb5f39e39750d30bcd29356581df18c34b6468b46e594ee |
|
MD5 | e34476d3dcd82b19bdfd9383eed6137b |
|
BLAKE2b-256 | 21df81906abfba92c728d9264a366de2e6ae7856b342cc04e1cdc652c6d67b83 |