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.2.0.tar.gz
(12.7 kB
view details)
Built Distribution
pygoruut-0.2.0-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file pygoruut-0.2.0.tar.gz
.
File metadata
- Download URL: pygoruut-0.2.0.tar.gz
- Upload date:
- Size: 12.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 | 42d729444d2e83d9ca77812e0590394f512625818a07db7ecabd49a13f39f7de |
|
MD5 | fa8767d806884192f8150495ad17e9a6 |
|
BLAKE2b-256 | 14d166454e12c19b723c853b2e0a51b08294a5e70f4a328a213036e4d79d6ac4 |
File details
Details for the file pygoruut-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.5 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 | bfac09972a57cb7a95a7e1582c2bb0fdf98d7d5a21698c0205a85d0247f8d5d6 |
|
MD5 | 381cf8b5b99a5c0f66d88b928d343066 |
|
BLAKE2b-256 | 49ce730ed33c4b725a7136b07ee630d4c5d93583c44c382ff6ae1d50078cb30a |