A library for converting Indonesian text to phoneme sequences using a hybrid approach: rule-based conversion enhanced with an ONNX-based neural model. Current version 0.4.2, with active development on GitHub.
pip install g2p-id-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate IndonesianG2P and call g2p on a string to get phoneme list.
If you rely on old behavior, pin to <0.4.2 or adjust your phoneme post-processing.
Check your phoneme expectations; update any mappings that assumed 'ʔ' for 'k'.
Use the pinned version: pip install 'nltk==3.8' or see issue #16.
Upgrade to >=0.3.7, or handle serialization manually.