Documentation

Linglib.Phenomena.Phonology.Studies.SiptarTorkenczy2000

Siptár & Törkenczy (2000): The Phonology of Hungarian #

@cite{siptar-torkenczy-2000} @cite{prince-smolensky-1993} @cite{rose-walker-2011}

End-to-end OT analysis of Hungarian vowel harmony, connecting:

  1. Segment features (Features.lean) — Hayes binary feature inventory
  2. Harmony system (Harmony.Defs) — trigger/target/transparent predicates
  3. OT constraints (Harmony.OT) — SPREAD and IDENT derived from HarmonySystem
  4. Tableaux (Core.Constraint.OT) — mkTableau + optimal select winner
  5. Hungarian fragments (Fragments.Hungarian.VowelHarmony) — concrete vowel segments and hungarianPalatalHarmony

Key results #

Architecture #

Unlike prior OT study files that use enum candidate types (e.g., CoetzeePater2011), this file uses VHCandidate with real Segment lists directly. This is possible because DecidableEq Segment (via exhaustive feature comparison) enables native_decide on segment-level goals. One type system, no enum wrappers.

SPREAD ≫ IDENT: harmony applies. This is the ranking for Hungarian and other suffix-controlled harmony languages.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    IDENT ≫ SPREAD: harmony blocked. This ranking produces a language without vowel harmony (suffixes surface faithfully).

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Faithful candidate: suffix archiphoneU surfaces unchanged.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Back-harmonized candidate: suffix vowel set to [+back].

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Front-harmonized candidate: suffix vowel set to [−back].

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        ház: SPREAD ≫ IDENT selects back-harmonized suffix as unique winner. @cite{siptar-torkenczy-2000} §3.2.2, class IA-b.

                        tűz: SPREAD ≫ IDENT selects front-harmonized suffix as unique winner. @cite{siptar-torkenczy-2000} §3.2.2, class IA-f.

                        papír: neutral /i/ is transparent — back harmony passes through. SPREAD ≫ IDENT selects back-harmonized suffix, same as ház. @cite{siptar-torkenczy-2000} §3.2.2, class IIB-b.

                        Under IDENT ≫ SPREAD, the faithful candidate wins — no harmony applies. This is the predicted grammar for a language without vowel harmony.

                        Two constraints produce exactly 2 distinct language types across all rankings: harmony (SPREAD ≫ IDENT) vs. no harmony (IDENT ≫ SPREAD). This matches the typological prediction: suffix harmony is either present or absent, with no intermediate grammars.

                        Hungarian vowel harmony as a generic ConstraintSystem via tableauSystem. The same softmax-based phonology studies in this directory and the OT studies here both expose predict : Cand → ℝ; for the deterministic OT case, predict winner = 1 and predict loser = 0.

                        ház SPREAD ≫ IDENT tableau as a generic ConstraintSystem.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          The OT prediction lifts to a probability claim: under SPREAD ≫ IDENT, the back-harmonized candidate is assigned probability 1.

                          And the faithful loser is assigned probability 0.

                          tűz under SPREAD ≫ IDENT: front-harmonized winner gets probability 1.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For