Documentation

Linglib.Theories.Semantics.Alternatives.Pronounceable

Pronounceability of expressions #

A predicate pronounceable : S → Prop separating expressions whose phonological form is realizable in a given language from those that are not. Most expressions in linglib are uniformly pronounceable, but several pragmatic accounts require referring to silent competitors:

This module supplies the typeclass and a default instance making Tree C W uniformly pronounceable, plus a lexicon-relativized pronounceability predicate that flags trees containing core-concept leaves not realized in the lexicon.

Pragmatic operators (e.g. Indirect.indirectFrom) require this predicate to define alternatives that pass through unpronounceable witnesses.

A pronounceability predicate on expressions.

Most pragmatic accounts assume all expressions are pronounceable, in which case clients should pass (fun _ => True); non-trivial instances arise when expressions can contain silent material that the language fails to realize (e.g. tous les NP.dual in @cite{jeretic-bassi-gonzalez-yatsushiro-meyer-sauerland-2025}).

We keep this as a structure rather than a typeclass: there is no canonical pronounceability per type — it depends on the lexicon, the phenomenon (traces vs ellipsis vs core-concept silent realization), and the analysis. Constants are exposed via the pron/unpron API on Pronounceability.

  • pron : SProp

    The pronounceability predicate.

Instances For

    The everything-pronounceable instance.

    Equations
    Instances For

      An expression is unpronounceable.

      Equations
      Instances For