Documentation

Linglib.Phonology.Autosegmental.Sharing

Autosegmental feature sharing #

Autosegmental phonology adds feature sharing to segmental representations: when adjacent segments share a geometric node's features, they are linked to a single autosegmental element on that node's tier. This is the feature-geometry representation (segments plus feature-sharing specifications over geometric nodes). Feature geometry is an extension of autosegmental phonology ([Cle85], [CH95b]): spreading is the association of one node to multiple anchors ([Cle85]). So this SharingRep is a flattened, adjacency-indexed special case of the bipartite tier-association object AR (Graph.lean / AR.lean) — a single segment backbone with a feature-agreement-consistency law, not two materialized tiers. A faithful re-grounding of feature spreading as AR association is future work; for now the two are kept as separate carriers. It builds on the feature geometry (Geometry.lean) and segment type (Defs.lean) to provide feature agreement predicates, feature-sharing representations with consistency checking, and spread/delink operations.

Main definitions #

The Sagey-1986 interval-overlap derivation of the No-Crossing Constraint (TierPosition/Association/no_crossing/…) lives with its paper in Studies/Sagey1986.lean, its sole consumer.

Implementation notes #

The temporal NCC derivation chooses overlap (reflexive, symmetric, not transitive) over simultaneity as the association relation. Simultaneity would predict that contour segments and geminates are impossible, since two distinct elements cannot be identical to the same time point.

References #

Feature agreement #

Do s1 and s2 agree on all features dominated by node n?

Equations
Instances For

    Place assimilation: agreement on all place features.

    Equations
    Instances For

      Total assimilation: agreement on all supralaryngeal features.

      Equations
      Instances For

        Feature sharing #

        Segments at positions left and left + 1 share all features dominated by node.

        Instances For
          def Autosegmental.instDecidableEqSharing.decEq (x✝ x✝¹ : Sharing) :
          Decidable (x✝ = x✝¹)
          Equations
          Instances For
            def Autosegmental.instReprSharing.repr :
            SharingStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Autosegmental representation #

              An autosegmental representation: a sequence of segments with an explicit record of which adjacent pairs share features under which geometric nodes.

              Instances For

                Are all sharing specifications within bounds?

                Equations
                Instances For

                  Is each sharing specification consistent with the segments' feature values?

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

                    Operations #

                    Spread node n rightward from position pos.

                    Equations
                    Instances For

                      Feature spreading #

                      Replace all features under geometric node n in tgt with src's values. This models node spreading specifically ([Cle85]'s class-node assimilation): the entire node — including features src leaves unspecified — is copied. (The node-spreading analysis; single-feature spreading and underspecification-sensitive variants behave differently.)

                      Equations
                      Instances For

                        Spread node n from position pos + 1 onto position pos, replacing the target's features under n with the trigger's values and recording the sharing link.

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

                          After copying features under node n, the result agrees with the source at that node.

                          Verification theorems #

                          Agreement is reflexive.

                          Place assimilation checks 14 features (the place node's natural class).

                          Total assimilation checks 16 features (the supralaryngeal node's natural class, including [nasal] via the soft palate node).