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.8.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file pygoruut-0.0.8.tar.gz
.
File metadata
- Download URL: pygoruut-0.0.8.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79bf271aea42f8c9bbec6e793dff2a8ef6589dc114844de9427adcbf2fac2caa |
|
MD5 | 745aa06014368f66a558ee7edeab5551 |
|
BLAKE2b-256 | f799f270bba5e0ba3205c2f885c54a8e70750c5e9bd08fc3ede5d6a8161af1a1 |
File details
Details for the file pygoruut-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: pygoruut-0.0.8-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 | ca2a970c258b4e3dcaf9816118839b8881763d554097148e6a10bf9d5ea71471 |
|
MD5 | b8c873701c3a927710b8d840413c8c32 |
|
BLAKE2b-256 | 08a278cd8ea343926f4a76ab04ce8f8352c03cfb61554f6c1cfa57a8176dba1b |