Documentation

Linglib.Morphology.DistributedMorphology.Categorizer.Basic

Categorization #

Word formation is syntactic: a categorizing head n, v, or a merges with an acategorial root — the categorization assumption — and layered derivation is more of the same merger, [v [n √SHELF]] for to shelve beside [n √SHELF] for shelf. Word-internal structure is a nonplanar tree over root and head leaves, the same carrier shape as syntactic and morphological objects elsewhere in the library, so the root's survival across (re)categorization and the structural difference between direct and layered derivation are facts about leaves rather than stipulations.

Main definitions #

Main statements #

References #

The categorizer inventory #

A categorizing head that merges with an acategorial root to project syntactic structure. The three options correspond to the functional heads n, v, a in Distributed Morphology ([Mar97], [Har14b] §2).

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

      The categorizer inventory is closed: unlike the open class of roots (Infinite Root), the functional heads are exactly n, v, a.

      Word-internal structure #

      Distributed Morphology builds words with the same binary structure building as sentences ([HM93]): a categorized root is the configuration [x √], not a kind of object, and re-categorization is merger of a further head. The carrier is a nonplanar tree whose leaves are acategorial roots or categorizing heads and whose internal vertices are bare.

      @[reducible, inline]

      Word-internal syntactic structure over head labels H: a nonplanar tree whose leaves are acategorial roots or heads and whose internal vertices are bare.

      Equations
      Instances For

        The structure consisting of a bare root.

        Equations
        Instances For

          The structure consisting of a bare head.

          Equations
          Instances For
            noncomputable def DistributedMorphology.categorize {H : Type u_1} (h : H) (T : WordStructure H) :

            Merge a categorizing head with a structure: the configuration [h T]. Categorization is categorize h (ofRoot r); re-categorization is another categorize on top — to shelve is categorize .v (categorize .n (ofRoot shelf)) — and every further derivation (happi-ness a → n, boy-ish n → a) is simply another instance, with no inventory of re-categorization types to extend.

            Equations
            Instances For
              def DistributedMorphology.roots {H : Type u_1} (T : WordStructure H) :
              Multiset Root

              The root leaves: the List-1 content of a word structure.

              Equations
              Instances For
                def DistributedMorphology.heads {H : Type u_1} (T : WordStructure H) :
                Multiset H

                The head leaves: the functional content of a word structure.

                Equations
                Instances For
                  @[simp]
                  theorem DistributedMorphology.roots_ofRoot {H : Type u_1} (r : Root) :
                  roots (ofRoot r) = {r}
                  @[simp]
                  theorem DistributedMorphology.roots_ofHead {H : Type u_1} (h : H) :
                  roots (ofHead h) = 0
                  @[simp]
                  theorem DistributedMorphology.heads_ofHead {H : Type u_1} (h : H) :
                  heads (ofHead h) = {h}
                  @[simp]
                  theorem DistributedMorphology.heads_ofRoot {H : Type u_1} (r : Root) :
                  heads (ofRoot r) = 0
                  theorem DistributedMorphology.roots_categorize {H : Type u_1} (h : H) (T : WordStructure H) :

                  Categorization does not touch root leaves: the same root index survives categorization and re-categorization — √HAMMER is one root across hammer and to hammer ([Har14b] §2, §4) — and with it every piece of root-level lexical content. C-selection is therefore untouched by the categorizer ([Har14b] §3: one-replacement, verb-object idioms, ergative splits), in contrast with l-selection, which varies with the functional structure (Hewett2026).

                  theorem DistributedMorphology.heads_categorize {H : Type u_1} (h : H) (T : WordStructure H) :
                  heads (categorize h T) = h ::ₘ heads T

                  Each categorization contributes exactly its head.

                  Each categorization adds one leaf.

                  inductive DistributedMorphology.Headed {H : Type u_1} :
                  WordStructure HHProp

                  Outermost headedness: the structure is the head itself, or was built by merging it last.

                  Instances For
                    theorem DistributedMorphology.categorize_ne_of_ne {H : Type u_1} {h h' : H} (hne : h h') (T : WordStructure H) :
                    categorize h T categorize h' T

                    Same base, different categorizer, different structure: √HAMMER under n (hammer) and under v (to hammer) are distinct objects ([Mar97], [Har14b] §2).

                    theorem DistributedMorphology.categorize_categorize_ne {H : Type u_1} (h₁ h₂ h₃ : H) (T : WordStructure H) :
                    categorize h₁ (categorize h₂ T) categorize h₃ T

                    Layered derivation is structurally distinct from direct derivation even when the outermost head agrees: [v [n √SHELF]] (to shelve) is not [v √SHELF], though both are Headed by v — the ambiguity a bare category label hides ([Har14b] §2, §4).

                    VoiceP as the idiom boundary #

                    [Har14b] §4: multiply derived words carry idiosyncratic senses above the first categorizer ((36) editor-ial, classifi-eds, national-ize), while the external argument that Voice introduces stays compositional. This is the idiom domain (Spine.IdiomLocal, Locality.lean); the choice of a root's alloseme is bounded separately, by the cyclic categorizers ([marantz-2013]; Spine.RootLocal).

                    Agentive Voice is a phase head — the boundary above which idiomatic interpretation is unavailable. [Har14b] §4: "Voice is the phase head, not v"; the categorizer inventory here accordingly carries no phasal structure of its own, so the idiom domain extends past n, v, a and closes only at Voice.

                    Voice introduces the external argument ([Har14b] §4, following [Kra96]). The categorizer does NOT introduce arguments — complement selection is a root property ([Har14b] §3).