============== pybengengphonetic
Python implementation to convert unicode bengali text to speable english text for pyttsx and to english phonetic
License
Copyright (C) 2016 Subrata Sarkar subrtosarkar32@gmail.com.
::
This file is part of pybengengphonetic.
pybengengphonetic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
pybengengphonetic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with pybengengphonetic. If not, see <http://www.gnu.org/licenses/>.
The full license text can be found in LICENSE.
Usage
::
from pybengengphonetic import conparse
conparse.convert_to_pyttsx_speakable(u'\u0995\u09c7\u09ae\u09a8 \u0986\u099b')
conparse.speak(u'\u0995\u09c7\u09ae\u09a8 \u0986\u099b')
Installation
Using Git:
::
$ git clone https://github.com/SubrataSarkar32/pybengengphonetic.git
$ cd pybengengphonetic
$ sudo python setup.py install
Using Pip:
::
$ sudo pip install pybengengphonetic
Contributing
Fork -> Do your changes -> Send a Pull Request. It's that easy!
Coding style follows PEP 8_ along with PEP 257_ for Docstring
conventions.
Also, if you find any bugs, please report them in the Issues queue. As always, before you report any new issue, please check that it has not been already posted by someone else.
This library has been derived from pyAvroPhonetic [https://github.com/kaustavdm/pyAvroPhonetic]
Release files for pybengengphonetic 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pybengengphonetic-2.0.0.tar.gz | 21.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pybengengphonetic-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.4 kB
Release files / pybengengphonetic-2.0.0.tar.gz
| Download URL | pybengengphonetic-2.0.0.tar.gz |
|---|---|
| Size | 21.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e158436e97f5be473cd98d068c21e3c76553adc6939d2abb2a66d519f5cccf2
|
|
BLAKE2b-256 checksum How to use checksums |
ce97a511ee3f3452a95ae18bfcce5d128a61c0711c9ed78d16869e16527515b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.11
|
Release files / pybengengphonetic-2.0.0-py3-none-any.whl
| Download URL | pybengengphonetic-2.0.0-py3-none-any.whl |
|---|---|
| Size | 25.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c3e54ddb77d1f87753565f1f27cc498295956077f9136f16e6b0f750c1fa40ac
|
|
BLAKE2b-256 checksum How to use checksums |
3b79168491d7f5cb0b4da5654d23c6cdbb584ae9de6d4c8a8c52deb479ec4448
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.11
|