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.1.tar.gz
(13.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pygoruut-0.2.1-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file pygoruut-0.2.1.tar.gz.
File metadata
- Download URL: pygoruut-0.2.1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
170f07447381abac3487ecd8a09b6a12409b3fafb23fce6c856353e21e63b5e0
|
|
| MD5 |
15f43478e3a300fac2e81de720d6544b
|
|
| BLAKE2b-256 |
5ff065e4a6e827afcafb045924ded04df2e9bdc74c2276d71a15b881257039dc
|
File details
Details for the file pygoruut-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pygoruut-0.2.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd46855cf0b4481a16174aaa1b799b1174cf26d842e6bec981a98445dbb4bee7
|
|
| MD5 |
179baf8a21969c2c48dc0fd243bcecee
|
|
| BLAKE2b-256 |
24a7151b932df89bf7d7a5975e634c3aa5af7c10dde269c07fbae31f8cdfe395
|