Documentation

Linglib.Studies.Broe1993

Broe (1993) [Bro93a] #

Specification theory: the treatment of redundancy in generative phonology replaces underspecified matrices and redundancy rules with structured specification: the descriptions supported by a feature set, ordered by inclusion of their denotations, form a lattice, and redundancy is read off its dominance relation (§5.2's three-stage construction, an instance of formal concept analysis). naturalClasses computes the stage-two lattice's nonempty extents — the natural classes of an inventory — as the closure of the attribute extents under intersection; the Quileute and reduced-Quileute vowel systems of §5.2 are the thesis's worked examples.

def Broe1993.naturalClasses {α : Type u_1} [DecidableEq α] (base : Finset α) (attrs : List (Finset α)) :
List (Finset α)

The extents of the stage-two lattice of representations ([Bro93a] §5.2): every intersection of base with attribute extents drawn from attrs, deduplicated. Descriptions with the same denotation collapse to one class; a description with empty denotation collapses to , the lattice's bottom.

Equations
  • Broe1993.naturalClasses base attrs = List.foldr (fun (a : Finset α) (acc : List (Finset α)) => (acc ++ List.map (fun (x : Finset α) => a x) acc).dedup) [base] attrs
Instances For

    The four-vowel Quileute system of §5.2, exhaustively classified by [high] and [back]: /i a ɑ u/.

    Instances For
      @[instance_reducible]
      Equations

      The Quileute attribute extents: [+hi], [−hi], [+ba], [−ba].

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

        Every feature combination is attested and every description is informative: the lattice of Broe's diagram (6) — all four two-vowel classes, all four singletons, top, and bottom.

        The reduced system without /a/ (Broe's Quileuteʹ): the same four descriptions, with /a/ removed from the extents.

        Equations
        Instances For

          With the [−hi, −ba] gap, the lattice collapses to Broe's diagram (9): [−hi] and [−hi, +ba] become synonymous (one class {ɑ}), and the incompatible description [−hi, −ba] falls to bottom.

          The redundancy rules Broe reads off the collapsed lattice's dominance relation (p. 104): [−back] → [+high] and [−high] → [+back], as extent inclusions.