renikud
Hebrew grapheme-to-phoneme (G2P) model. Converts unvocalized Hebrew text to IPA phonemes.
- 85.1% word accuracy on heb-g2p-benchmark
- Single
.onnxfile, no extra dependencies - Punctuation-conditional: preserves punctuation when present
Usage
from renikud_onnx import G2P
g2p = G2P("model.onnx")
print(g2p.phonemize("Χ©ΧΧΧ Χ’ΧΧΧ"))
# β ΚalΛom ΚolΛam
Training
See thewh1teagle/renikud for the full training code.
Citation
@misc{melichov2026renikud,
title={ReNikud: Audio-Supervised Hebrew Grapheme-to-Phoneme Conversion},
author={Maxim Melichov and Yakov Kolani and Morris Alper},
year={2026},
note={Code and models forthcoming},
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support