A Python library for adding diacritics (niqqud) and phonetic marks to unpointed Hebrew text using an ONNX-based model. Current version 1.0.6, requires Python >=3.10. The project is in early development with intermittent releases.
pip install phonikud-onnxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Phonikud and process a Hebrew text string.
Use 'from phonikud import Phonikud'.
Ensure input text is primarily Hebrew; otherwise preprocess to isolate Hebrew segments.
Verify Python version: python --version (must be >=3.10).
Install onnxruntime separately: pip install onnxruntime.
No resource links recorded.