This package presents a comprehensive computational-linguistic analysis of the Torah (Pentateuch) as a structurally constrained morphological system, demonstrating that Biblical Hebrew's morphological architecture is governed by a restricted "control alphabet" of 10 letters (EmetNiyahu: א, מ, ת, נ, י, ה, ו + BKL: ב, כ, ל) that accounts for 99. 79% of all morphological extensions (p ≤ 0. 0003, tested against 10, 000 random letter sets). To evaluate structural dependence, we implement two permutation-based null models: (1) verse-level shuffling, preserving lexical frequencies while disrupting narrative order, and (2) word-level shuffling, destroying both inter- and intra-verse structure. Across 3, 000 permutations and multiple window sizes (30, 50, and 100 words), the empirical concentration score of the original text exceeds all randomized counterparts (0/3, 000 exceedances), with Z-scores ranging from 108 to 267 (v9 algorithm; V1 baseline: 48–67) under empirical permutation distributions (no normality assumption). Key findings (14 Tier A + 8 Tier B) include: 1. **Control Alphabet Dominance (99. 79%): ** Ten letters govern virtually all morphological expansion in the Torah, stable across all sliding windows and genres. 2. **Automatic Semantic Classification (87. 4%): ** A 30-line extraction algorithm, trained on 80% of the Torah with no external dictionary, correctly predicts the semantic group of unseen words with 87. 4% accuracy (5-fold cross-validation, σ=0. 3%). With nikud: 91. 0%. 3. **Shuffle Test — v9 Algorithm (Z=150. 49–266. 85): ** The v9 algorithm achieves Z-scores of 150. 49 (verse-level, window 50) to 266. 85 (word-level, window 100), representing a ×2. 6–4. 1 improvement over the V1 baseline. The v9 algorithm exceeds the gold standard (MandatoryRoot Z=142. 58, CoreRoot Z=114. 87). 4. **Cross-Biblical Comparison (27 Books): ** All 27 books of the Hebrew Bible analyzed using the same automatic algorithm. A clear hierarchy emerges: Torah → Prophets → Writings, with Torah books dominating top positions (Numbers Z=67. 14, Genesis Z=65. 20, Exodus Z=61. 92, Leviticus Z=54. 40). 5. **Phonetic Avoidance (NEW — Tier A): ** Among Foundation-letter bigrams, 21 of 144 possible consecutive pairs never occur — all belonging to the same articulatory class. Same-class bigrams constitute only 1. 76% of Foundation pairs (random expected: 14. 96%), with 0/1, 000 random class-reassignments matching this level (Z = −1. 90). Cross-text: Torah 1. 76% < Quran 3. 20% << NT Greek 20. 61%. Not a single native Hebrew root breaks the rule; all exceptions are foreign (קנז=Edomite, פענח=Egyptian, שעטנז=foreign loanword meaning "forbidden mixing"). 6. **Foundation Vowel Prediction (NEW — Tier A): ** The vowel carried by the Foundation letter alone accounts for 48% of the total nikud predictive gain (+1. 3% out of +2. 7%), with 80. 9% of meaning groups showing a single dominant Foundation vowel. YHW vowel behavior is conditioned on Foundation vowel (ה→a 83-99%, ו reflects foundation, י→i 58%). 7. **AMTN Parallel Root System: ** The four AMTN letters (א, מ, ת, נ) form an independent parallel root system with 57. 6% compositional decomposition, statistically significant geographic clustering (Z=4. 5–13. 4), and 96. 6% YHW-based meaning separation (99. 3% with nikud). 8. **v9 Algorithm Breakthrough: ** The v9 algorithm combines dictionary-based extraction (V1) with structural fallback rules discovered empirically: ו always falls, ה always stays, י falls between Foundation+Foundation, AMTN/BKL between two Foundation letters are part of the root. Language miss reduced from ~35. 7% to 1. 3%. This work is descriptive and statistical; it does not infer intentionality or divinity. All analyses are fully reproducible using publicly available vocalized Biblical text from Sefaria. org API. ## Package Contents ### Scientific Papers (2): 1. **TheTorahCompleteWithPhoneticsEN. html** — Full English scientific paper (115 pages). Includes v9 algorithm, all 14 Tier A findings, 8 Tier B findings, phonetic avoidance analysis, foundation vowel analysis, cross-biblical comparison, 8 new visualization graphs, and complete v9 source code in Appendix B. 2. **HaTorahCompleteWithPhoneticsHE. html** — Full Hebrew scientific paper. Same content and structure as English version. ### Popular Articles (2): 3. **paperₑnᵥ3completeᵤpdated. html** — Accessible English presentation for general audiences. 4. **paperₕebᵥ3completeᵤpdated. html** — Hebrew version of the popular article. ### Books (2): 5. **bookₑnglishcompleteᵥ19. html** — English book "El Shaddai: Appearance, Field, and Blessing"6. **bookcompleteᵥ20. html** — Hebrew book "אל שדי: הופעה, שדה, וברכת הראשית" ### Code (2): 7. **torahᵣootₐnalyzerᵥ9. py** — Complete standalone v9 root extraction algorithm (529 lines). 16/16 validation tests pass. Z=150. 49. Requires only sefariaₜorah. json and standard Python. 8. **zₛcoreᵥ9. py** — Parallel Z-score computation script. Uses multiprocessing (14 cores), 1000 shuffles in ~1. 5 seconds. ### Data (1): 9. **sefariaₜorah. json** — Complete Torah text from Sefaria. org API. ### Visualizations (12): 10. **graphsᵥ9/bibleᵦscoreᵥ9withₜorah. png** — Z-score ranking across all 27 books + Torah complete11. **graphsᵥ9/bibleᵦᵥsᵢrᵥ9. png** — Z vs IR scatter (joint distribution) 12. **graphsᵥ9/torahₑnrichmentₘap. png** — Torah Enrichment Map 2D (parshas annotated) 13. **graphsᵥ9/torahₑnrichment₃d. png** — Torah Enrichment Terrain 3D14. **graphsᵥ9/torahₐnomalyₘapᵥ2. png** — Torah Anomaly Map 2D (enrichment × statistical surprise) 15. **graphsᵥ9/torahₐnomaly₃dᵥ2. png** — Torah Anomaly Terrain 3D16. **graphsᵥ9/torahₛimilarityₜhermo2. png** — Torah Self-Similarity Matrix (thermometer colormap) 17. **graphsᵥ9/torahₜerrainₚarsha₃d. png** — Torah Parsha Terrain 3D18. **graphsᵥ9/graphᵦcomparison. png** — Z-score comparison (V1/Gold/v9) 19. **graphsᵥ9/graphᵣfamily. png** — ר family tree20. **graphsᵥ9/graphᵥ1ᵥsᵥ9. png** — V1 vs v9 comparison ### Documentation (1): 21. **UPDATESSUMMARY. md** — Summary of all changes from previous version
ERAN ELIYAHU Tobul (Sun,) studied this question.