Documentation

Linglib.Fragments.Georgian.Coordination

Georgian Coordination Morphemes #

[Has07] [BGD+25]

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

The MU particle -c is also Georgian's additive/focus particle, confirming the M&S prediction. Crucially, -c is a bound clitic, unlike Hungarian is (free). [BGD+25] speculate this morphological difference may explain why Georgian children found MU-involving strategies harder.

Connection to Typology.lean: Haspelmath2007.georgian Connection to BillEtAl2025: Georgian children found J-MU hardest (contrary to the Transparency Principle prediction).

da — primary conjunction, J particle. Free, prepositive. "nino da giorgi" = "Nino and Giorgi".

Equations
Instances For

    -c — MU particle / additive focus particle. Bound clitic, postpositive. Conjunction: "nino-c giorgi-c" = "both Nino and Giorgi". Additive: "nino-c dzinavs" = "Nino also sleeps". The bound status of -c contrasts with Hungarian free "is".

    Equations
    Instances For

      an — disjunction. Free, prepositive. "nino an giorgi" = "Nino or Giorgi".

      Equations
      Instances For

        magram — adversative conjunction. "lamazia magram dzviri" = "beautiful but expensive".

        Equations
        Instances For
          theorem Georgian.Coordination.one_bound :
          (List.filter (fun (x : Coordinator) => x.boundness == Boundness.bound) allEntries).length = 1

          Georgian has exactly one bound morpheme: the MU clitic -c.

          theorem Georgian.Coordination.bound_is_mu :
          ((List.filter (fun (x : Coordinator) => x.boundness == Boundness.bound) allEntries).all fun (x : Coordinator) => x.role == Coordinator.Role.mu) = true

          The bound morpheme is the MU particle.

          theorem Georgian.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 -c also serves as an additive particle.