Documentation

Linglib.Semantics.Definiteness.DeterminerLicensing

Determiner licensing #

Determiner.licenses: does a declared List Determiner.Entry have the surface form needed to realize a given Description constructor? Kept separate from Determiner.lean so that marking-only Fragments do not transitively import the E/W-parameterized Description substrate.

Does the declared determiner set have the surface form needed to realize the given Description constructor? Bare nominals are always licensed; unique and anaphoric definites need a determiner exponing the corresponding presupposition type (MarksPresup); indefinite/demonstrative/possessive need a determiner of that kind.

Equations
Instances For
    @[implicit_reducible]
    instance Determiner.instDecidableLicenses {E W : Type} (ds : List Entry) (k : Semantics.Definiteness.Description E W) :
    Decidable (licenses ds k)
    Equations
    • One or more equations did not get rendered due to their size.

    An article's possible denotations #

    The deferred Article.denote: an article denotes the set of Descriptions its admissible strengths (Article.presupTypes) realize through Description.ofPresupType — a syncretic article (English the) denotes both the weak and the strong description, not a single one.

    An article's possible (definite-description) denotations: the image of its admissible [Sch09b] strengths under Description.ofPresupType.

    Equations
    Instances For

      Licensing through ofPresupType is exactly MarksPresup: a determiner set licenses the weak/strong denotation of strength p iff some determiner expones a definite use of presupposition type p. The denotation pipeline (ofPresupType) and the inventory pipeline (MarksPresup) coincide by construction.

      An article licenses each of its own possible denotations.