Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seanghay/native-khmer-g2p

Native Khmer Word to Phonemic
https://github.com/seanghay/native-khmer-g2p

cambodia khmer khmer-language openfst thrax

Last synced: about 2 months ago
JSON representation

Native Khmer Word to Phonemic

Awesome Lists containing this project

README

        

## Native Khmer Word to Phonemic

This repo shows how to use [automatic-phonemic-and-phonetic-transcription](https://gitlab.com/mkrlab/automatic-phonemic-and-phonetic-transcription) with `pynini`

Install pynini

```shell
conda install -c conda-forge pynini
```

Run

```shell
python khmer_rewriter.py
```

### Compiling with Thrax

```shell
# Install on macOS
brew install thrax

# Compile .grm file to get .far
./compile.sh
```

### References

- [automatic-phonemic-and-phonetic-transcription](https://gitlab.com/mkrlab/automatic-phonemic-and-phonetic-transcription) by [@MakaraSok](https://github.com/MakaraSok)