Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 pronounce

result = pronounce("សម្ដេចបវរធិបតី")
# => ['សំ', 'ដាច់', 'ប', 'វ៉', 'ធិ', 'ប៉ៈ', 'ដី']

result = pronounce("មករា")
# => ['មៈ', 'កៈ', 'រ៉ា']
```