Documentation

Linglib.Studies.GonzalezPootMcGinnis2006

Local versus long-distance Fission in Distributed Morphology #

[GPMcG06]: the verbal agreement suffixes of Yucatec Maya come from one node, Agr3, which agrees with both the ergative subject and the nominative object and is realized by strict scansion of the Vocabulary (27) with local Fission — an item discharges its features from one of the node's two matrices and the residue stays available to the items below. The second- and third-person plural suffixes -éːʃ and -oʔob are unspecified for case, so their order is fixed by specificity, -éːʃ before -oʔob whatever the grammatical roles ((19)–(22)), and one scansion never inserts -oʔob twice ((23)–(24)); the object–subject template (18) gets both wrong. Long-distance Fission is rejected: the split of ergative person onto the auxiliary (Agr1, (43)) and number onto the verb runs across a word boundary, and first-person number is a person distinction ((42), on the feature-geometric treatment of first person).

Main definitions #

Main results #

Implementation notes #

Agr3's list (27) needs the nominative first-person plural to carry [+PSE] and the singular not to, the reverse of the assignment (42) gives the ergative auxiliary; the paper does not reconcile the two, so matrix follows (27) for nominative first person and (42) otherwise. The elsewhere is inserted but not counted among a row's overt suffixes.

References #

Features and matrices (§3–4) #

The person features of (26), [±PSE, ±Auth], as the substrate's [±participant, ±author] decomposition of a person.

Equations
Instances For

    An argument's matrix for Agr3: (42) for ergative arguments and for second and third person; for nominative first person the assignment (27) presupposes — -oʔon 1pl [+PSE, +Auth, NOM], -en 1sg [+Auth, NOM].

    Equations
    Instances For

      The Vocabularies (27), (43), (44) #

      The Agr3 Vocabulary Items (27), in scansion order.

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

        The Agr1 Vocabulary Items (43): the ergative auxiliary suffix.

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

          The Agr2 Vocabulary Items (44): the ergative verbal prefix.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def GonzalezPootMcGinnis2006.suffixes (subj : Person × Bool) (obj : Option (Person × Bool)) :
            List String

            The overt verbal suffixes of a clause: Agr3 bears the subject's matrix and, in a transitive clause, the object's ((25), (28b)); strict scansion of (27) realizes them, and the elsewhere is not overt.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def GonzalezPootMcGinnis2006.templateSuffixes (subj obj : Person × Bool) :
              List String

              The rival template (18): object agreement then subject agreement, each a node of its own realized by the Subset Principle over (27).

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

                The data pool #

                A row of the pool: the arguments, the auxiliary suffix, the verbal prefix, the overt verbal suffixes, and the judgment.

                • subj : Person × Bool
                • obj : Option (Person × Bool)
                • aux : String
                • prefix_ : String
                • suffixes : List String
                • accepted : Bool
                Instances For
                  def GonzalezPootMcGinnis2006.instDecidableEqRow.decEq (x✝ x✝¹ : Row) :
                  Decidable (x✝ = x✝¹)
                  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
                        theorem GonzalezPootMcGinnis2006.suffixes_rows (r : Row) :
                        r rows(r.accepted = true) = (suffixes r.subj r.obj = r.suffixes)

                        Local Fission ((19)–(24), (16)): a row is grammatical iff its overt verbal suffixes are what strict scansion of (27) inserts — -éːʃ before -oʔob in both (20) and (22), -oʔob once in (24).

                        theorem GonzalezPootMcGinnis2006.template_predicts_starred (r : Row) :
                        r rowsor.obj, r.accepted = falsetemplateSuffixes r.subj o = r.suffixes

                        The template (18) predicts every starred form — -oʔob-éːʃ for (21), -oʔob-oʔob for (23).

                        The template (18) fails a grammatical row — (22) and (24), whose orders it reverses or doubles — while fitting (19) and (20).

                        Agr1 (43) and Agr2 (44) recover the auxiliary suffix and verbal prefix of every row ((17), (39)).

                        A first-person ergative argument takes no verbal number suffix ((3)–(4)): its number is a person distinction, so no item of (27) matches beyond the elsewhere.