| [project] | |
| name = "hebrew-unified-nlp" | |
| version = "2.0.0" | |
| description = "Async parallel Hebrew NLP combining Phonikud TTS + DictaBERT-Joint" | |
| readme = "README.md" | |
| license = "MIT" | |
| requires-python = ">=3.10,<3.13" | |
| authors = [ | |
| { name = "TomAR" } | |
| ] | |
| keywords = ["hebrew", "nlp", "tts", "phonikud", "dictabert", "morphology", "syntax"] | |
| dependencies = [ | |
| "phonikud-tts>=0.1.0", | |
| "transformers>=4.40.0", | |
| "torch>=2.0.0", | |
| "streamlit>=1.40.0", | |
| "graphviz>=0.20.0", | |
| "arabic-reshaper>=3.0.0", | |
| "python-bidi>=0.6.0", | |
| "pysbd>=0.3.4", | |
| "soundfile>=0.13.0", | |
| ] | |
| [project.optional-dependencies] | |
| icu = ["PyICU>=2.12"] | |
| neural = ["wtpsplit>=2.0.0"] | |
| [project.urls] | |
| Homepage = "https://huggingface.co/spaces/YOUR_USERNAME/hebrew-unified-nlp" | |
| Repository = "https://github.com/YOUR_USERNAME/hebrew-unified-nlp" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |