The Dataset Viewer has been disabled on this dataset.
Dataset for phonikud model
The datasets contains 5 million clean Hebrew sentences marked with nikud and additional phonetics marks.
Changelog
v6
- Fix words with
Oto
such asOtobus
orOtomati
v5
- Fix 'Kshe' instead of 'Keshe'
- Fix ALL shva prefix in knesset
v4
- Remove too long lines based on IQR forumula
v3
- Add Shva Na by coding rules (eg
למנרי
)
v2
- V1 converted to txt by syllables partitioning and marking hatama
v1
- Base csv from Dicta with Hatama and nikud
🛠️ Dataset Creation Steps
Sourced Raw Text
Downloaded Hebrew parliamentary tweets from the IsraParlTweet dataset (CC-BY-4.0).Normalized & Filtered
- Applied Unicode NFD normalization.
- Kept only clean sentences containing:
\n '!,.?אבגדהוזחטיךכלםמןנסעףפץצקרשת
- Result: 7.8 million unvoweled sentences.
Added Niqqud & Metadata
- Used Dicta's diacritizer to add niqqud.
- Extracted morphological metadata for each word (prefixes, POS, stress, etc.).
- Saved to CSV: each row = full sentence, with aligned niqqud and metadata.
Syllabification & Annotation
- Marked stress and prefixes using the metadata.
- Split words into syllables.
Filtered Long Sentences
- Removed outlier-length sentences using the IQR method.
- Result: 5 million cleaned and processed sentences.
Shva Handling
- Applied heuristic rules to identify vocalic shva (e.g., in common prefixes like למנרי).
- Note: Rules are approximate and not strictly based on Academy of Hebrew standards.
Built Word Frequency Lexicon
- Stripped prefixes from words.
- Sorted unique forms by frequency of appearance.
Manual Corrections
- Identified ~1,000 high-frequency words with common stress/shva errors.
- Corrected them manually to improve data quality.
- These corrections impact hundreds of thousands to millions of occurrences.
- Downloads last month
- 142