Documentation

Linglib.Semantics.Definiteness.Description

Nominal Descriptions: Unified Sum Type #

[CB15] [PGG17] [Han21] [Mor21] [Sch09b] [Sch13] [Sha80] [Kri15b]

A single sum type Description E W covering the principal flavors of nominal description that the syntax–semantics interface needs to distinguish:

The whole type is parameterized by entity and index types E/W, so all restrictors, situation pronouns, and possessor expressions are typed via the unified Denot E W machinery rather than ad-hoc E → Bool predicates.

Design notes #

Principal flavors of nominal description — the definiteness/reference axis (bare/indefinite vs the definite subtypes), orthogonal to Features.BindingClass (binding distribution) and to a pronoun's lexical kind. The type parameters E/W supply the entity domain and index set so all subexpressions live in the same Denot E W universe.

Instances For

    Is this a definite description (in the broad sense — uniqueness, familiarity, demonstrative, or possessive)?

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

      Does this description require a discourse antecedent? Anaphoric and demonstrative do; unique/possessive/bare/indefinite do not.

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

        Does this description bind a structural situation pronoun? Coppock–Beaver uniqueness and demonstratives do (resource situation for maximality and deictic check); the other constructors do not.

        Equations
        Instances For

          Definites are exactly those flavors with a non-none expected presupposition type. By construction.

          Anaphoric flavors all carry the familiarity presupposition type.

          The definite description for a [Sch09b] presupposition type: the weak article (uniqueness) is unique, the strong article (familiarity) is anaphoric. A section of expectedPresupType over the two article strengths, so any item carrying a DefPresupType — a determiner, a definite, or (per [PGG17]) a personal/demonstrative pronoun — denotes by ofPresupType and recovers its strength via expectedPresupType.

          idx is the strong article's anaphoric/discourse index; for the weak article it fills the situation-pronoun slot, which interpret discards (interpret_unique_index_irrelevant).

          Equations
          Instances For