g2p id
1.0.0
This module is designed to convert Indonesian graphemes (spelling) into phonemes (pronunciation). Fortunately, most Indonesian word pronunciations can be inferred from their spelling.
Big thanks to Wilson Wongso for sharing about Predicting Phonemes with BERT. I used his code to implement the predictor used in this module.
pip install git+https://github.com/Wikidepia/g2p-idfrom g2p_id import G2P
g2p = G2P()
g2p("Rumah Agus terbakar.") # ˈrumah ˈaɡʊs tərˈbakar.