Documentation

Linglib.Theories.Phonology.Featural.Geometry

Feature Geometry @cite{clements-1985} @cite{sagey-1986} #

Hierarchical organization of phonological features following the standard feature geometry model. The tree synthesizes three sources:

The flat classification predicates in Features.lean (isMajorClass, isPlace) do not exactly correspond to any single geometric node — see the subsumption theorems below.

Class nodes in the feature geometry tree.

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

      All geometric nodes.

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

        Children of a node: nodes whose parent is n.

        Equations
        Instances For
          @[reducible]

          Does node n dominate node m? Reflexive-transitive closure of the parent relation, unrolled to depth 3 (the tree's maximum depth).

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

            Each terminal feature maps to its dominating class node.

            • Root: [syllabic], [consonantal], [sonorant], [approximant], [delayedRelease], [tap], [trill]
            • Laryngeal: [voice], [spreadGlottis], [constrGlottis]
            • Supralaryngeal: [continuant]
            • Soft Palate: [nasal]
            • Labial: [labial], [round], [labiodental]
            • Coronal: [coronal], [anterior], [distributed], [lateral], [strident]
            • Dorsal: [dorsal], [high], [low], [front], [back], [tense]
            Equations
            Instances For
              @[reducible]

              Does node n dominate the node that feature f belongs to?

              Equations
              Instances For

                Features dominated by node n — a natural class in the feature-geometric sense: the features that pattern together under processes targeting n.

                Equations
                Instances For
                  @[reducible]

                  Can feature f spread under node n? True when f is dominated by n.

                  Equations
                  Instances For
                    @[reducible]

                    Does delinking node n remove feature f? True when n dominates f's node and n is not Root (delinking Root = deleting the segment).

                    Equations
                    Instances For