Documentation

Linglib.Fragments.Irish.Coordination

Irish Coordination Morphemes #

[Has07]

Irish coordination morphemes. Irish is a J-only language for conjunction: "agus" is the sole conjunctive coordinator. There is no MU (additive particle) strategy for conjunction attested.

Connection to Typology.lean: Haspelmath2007.irish encodes the structural pattern (a_co_b only, J-only strategy).

agus — conjunction, J particle. Free, prepositive. "Sean agus Maire" = "Sean and Maire".

Equations
Instances For

    no — disjunction. Free, prepositive. "Sean no Maire" = "Sean or Maire".

    Equations
    Instances For

      na — negative disjunction / comparative particle. "ni Sean na Maire" = "neither Sean nor Maire". Also used in comparatives: "nios mo na" = "bigger than".

      Equations
      Instances For

        ach — adversative conjunction. "Ta se fuar ach tirim" = "It is cold but dry".

        Equations
        Instances For

          All Irish coordination morphemes are free (no bound clitics).

          theorem Irish.Coordination.one_conjunction :
          (List.filter (fun (x : Coordinator) => x.role == Coordinator.Role.j) allEntries).length = 1

          Irish has exactly one conjunction morpheme (J-only, no MU).