Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanghay/khmerpronounce
Khmer Pronounciation Toolkit
https://github.com/seanghay/khmerpronounce
cambodia g2p khmer phonetisaurus
Last synced: 30 days ago
JSON representation
Khmer Pronounciation Toolkit
- Host: GitHub
- URL: https://github.com/seanghay/khmerpronounce
- Owner: seanghay
- License: apache-2.0
- Created: 2024-06-03T02:52:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T03:06:27.000Z (7 months ago)
- Last Synced: 2024-11-06T08:43:51.072Z (about 2 months ago)
- Topics: cambodia, g2p, khmer, phonetisaurus
- Language: Python
- Homepage: https://pypi.org/project/khmerpronounce
- Size: 5.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-khmer-language - seanghay/khmerpronounce
README
## Khmer Pronounce
A Khmer pronounciation toolkit trained on KhmerDictionary 2022 by Royal Academy of Cambodia (RAC) with Phonetisaurus.
```shell
pip install khmerpronounce
``````python
from khmerpronounce import pronounceresult = pronounce("សម្ដេចបវរធិបតី")
# => ['សំ', 'ដាច់', 'ប', 'វ៉', 'ធិ', 'ប៉ៈ', 'ដី']result = pronounce("មករា")
# => ['មៈ', 'កៈ', 'រ៉ា']
```