Phonikud
Add diacritics to Hebrew text along with phonetic marks
See mishkal in Github
Usage
"""
pip install phonikud-onnx
wget https://huggingface.co/thewh1teagle/phonikud/resolve/main/phonikud-onnx-1.0.int8.onnx
"""
from phonikud_onnx import Phonikud
phonikud = Phonikud('phonikud-1.0.int8.onnx')
text = "הילדים אהבו במיוחד את הסיפורים הללו שהמורה הקריאה."
with_diacritics = phonikud.add_diacritics(text)
print(with_diacritics)
Credits
Special thanks ❤️ to dicta-il for their amazing Hebrew diacritics model ✨ and the dataset that made this possible!
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support