Documentation

Linglib.Studies.Embick2021

The motivation for roots in Distributed Morphology #

[Emb21]: the Two Domains Intuition — that some form–meaning connections are fixed close to a lexical primitive and others built compositionally — is explained not by the word but by syntactic locality around category-free roots. Derived nominals combine the root directly with n and gerunds nominalize a verbal structure ((8), (9)); agents are licensed only by a Voice that selects v ((10)), so growth has no agentive reading while growing does, and destruction gets one only from its encyclopedically agentive root ((6), (7)). Category-defining heads are cyclic: a head attached to the categorized root may show root-determined allomorphy and special interpretation, an outer cyclic head may not ((13), (14)), while an outer noncyclic head — the tense of bent, the aspect of broken — remains local ((15)). One cycle bounds both interfaces, each adding its own adjacency.

Main definitions #

Main results #

The heads of the examples.

Instances For
    @[instance_reducible]
    instance Embick2021.instDecidableEqHead :
    DecidableEq Head
    Equations
    def Embick2021.instReprHead.repr :
    HeadStd.Format
    Equations
    Instances For
      @[instance_reducible]
      Equations

      A head occurrence with its exponent.

      • head : Head
      • exponent : String
      Instances For
        def Embick2021.instDecidableEqMorpheme.decEq (x✝ x✝¹ : Morpheme) :
        Decidable (x✝ = x✝¹)
        Equations
        Instances For
          def Embick2021.instReprMorpheme.repr :
          MorphemeStd.Format
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The category heads are the cyclic heads.

            Equations
            Instances For

              The Agent-Licensing Assumption ((10)): an agent is introduced by a Voice that selects v — so only a structure with v below Voice licenses one.

              Equations
              Instances For

                The words #

                Whether the root is encyclopedically agentive (destroy) or not (grow).

                Instances For
                  @[instance_reducible]
                  Equations
                  def Embick2021.instReprRootClass.repr :
                  RootClassStd.Format
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Derived nominal, gerund, or inflected verb.

                    Instances For
                      @[instance_reducible]
                      Equations
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        structure Embick2021.Row :
                        Instances For
                          @[instance_reducible]
                          Equations
                          def Embick2021.instReprRow.repr :
                          RowStd.Format
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            def Embick2021.Morpheme.ofLabel (exp : String) :
                            StringOption Morpheme
                            Equations
                            Instances For
                              def Embick2021.rootNames :
                              List String

                              The roots of the pool, indexed by first occurrence.

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

                                  Nominalizations ((6)–(10)) #

                                  theorem Embick2021.agentive_possessor_rows (r : Row) :
                                  r rows∀ (c : RootClass), r.rootClass = some c(r.accepted = true AgentLicensed r.spine c = RootClass.agentive)

                                  The possessor reads as an agent iff the structure licenses one or the root is encyclopedically agentive: destruction and both gerunds, not growth.

                                  A derived nominal is a root noun: no v, so no agent-licensing Voice.

                                  Inner and outer heads ((13)–(15)) #

                                  theorem Embick2021.gerund_n_not_rootLocal (r : Row) :
                                  r rows∀ (i : Fin r.spine.heads.length), r.spine.heads[i].head = Head.n(r.spine.RootLocal cyclic i r.construction = Construction.derivedNominal)

                                  The gerund's n is an outer cyclic head, not local to the root ((9), (14)), whereas the derived nominal's n is the first ((8), (13)).

                                  theorem Embick2021.inflection_rootLocal (r : Row) :
                                  r rowsr.construction = Construction.inflected∀ (i : Fin r.spine.heads.length), r.spine.RootLocal cyclic i

                                  Tense and aspect outside the verbalizer are local to the root ((15)): ben-t, brok-en.