Documentation

Linglib.Fragments.Hungarian.Coordination

Hungarian Coordination Morphemes #

[Sza15] [BGD+25]

Hungarian is one of two languages in our sample (with Georgian) that attests all three M&S conjunction strategies: J-only, MU-only, and J-MU.

The MU particle is is also Hungarian's additive/focus particle ("also/too"), confirming Mitrovic & Sauerland's prediction that MU = additive particle.

[BGD+25] found no significant sentence-type effect on comprehension in Hungarian children (possibly ceiling effects).

Connection to Typology.lean: Haspelmath2007.hungarian Connection to BillEtAl2025: Hungarian is one of two test languages.

es — primary conjunction, J particle. Free, prepositive. "Peter es Mari" = "Peter and Mari".

Equations
Instances For

    is — MU particle / additive focus particle. Free, postpositive. Conjunction: "Peter is Mari is" = "both Peter and Mari". Additive: "Peter is alszik" = "Peter also sleeps". One of the key pieces of evidence for M&S's MU = additive particle claim.

    Equations
    Instances For

      vagy — disjunction. Free, prepositive. "Peter vagy Mari" = "Peter or Mari".

      Equations
      Instances For

        de — adversative conjunction. "szep de draga" = "beautiful but expensive".

        Equations
        Instances For

          All Hungarian coordination morphemes are free (no bound clitics). This contrasts with Georgian, where MU (-c) is bound. [BGD+25] speculate this difference may explain why Georgian children found MU harder than Hungarian children did.

          theorem Hungarian.Coordination.mu_is_additive :
          ((List.filter (fun (x : Coordinator) => x.role == Coordinator.Role.mu) allEntries).all fun (x : Coordinator) => x.alsoAdditive) = true

          The MU particle is also serves as an additive particle.