Documentation

Linglib.Fragments.Tagalog.Phonology

Tagalog Phonological Inventory and Nasal Substitution #

@cite{hayes-2009} @cite{zuraw-2010}

Segment inventory and the nasal substitution process for Tagalog, defined using the SPE formalism from Phonology.LocalRewrite.

Nasal substitution #

Tagalog has a productive process whereby a nasal-final prefix (e.g. maŋ-, paŋ-) combines with an obstruent-initial stem and the cluster optionally coalesces into a single nasal homorganic with the underlying obstruent (@cite{zuraw-2010}):

The coalescence pattern is homorganic and voicing-neutralizing: p,b → m; t,d → n; k,g → ŋ.

SPE encoding #

The Rule formalism in Theories/Phonology/Process/LocalRewrite.lean supports changeFeatures and delete effects, and segment / wordBoundary contexts. It does not support α-spreading (assimilatory rules where the target inherits a feature value from the context). Tagalog nasal substitution is therefore approximated here as post-nasal obstruent deletion; the homorganic place of the resulting nasal is supplied by the independent rule of homorganic-nasal-place assimilation, which @cite{hayes-2009} treats as a separate process.

Cross-cutting paper analyses #

§ 1: Stem-initial obstruents (NS targets) #

/p/: voiceless bilabial stop

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

    /t/: voiceless alveolar stop

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

      /k/: voiceless velar stop

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

        /b/: voiced bilabial stop

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

          /d/: voiced alveolar stop

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

            /g/: voiced velar stop

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

              § 2: Homorganic nasals (NS outputs) #

              /m/: bilabial nasal

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

                /n/: alveolar nasal

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

                  /ŋ/: velar nasal

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

                    § 3: Nasal Substitution Rule #

                    Tagalog Nasal Substitution (@cite{zuraw-2010}).

                    Post-nasal obstruent deletion: an obstruent ([+cons, −son]) deletes when preceded by a nasal ([+nasal]). The homorganic place of the surviving nasal is supplied by general homorganic-nasal-place assimilation, treated as a separate rule (@cite{hayes-2009} Ch 6).

                    The variable application of this process — from ~96% for /p/ to ~52% for /g/ in @cite{zuraw-2010}'s dictionary count — is a paper-specific empirical claim and lives in the relevant study files, not here.

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

                      § 4: Verification #

                      /p/ is a voiceless obstruent — matches the NS target.

                      /b/ is a voiced obstruent — matches the NS target despite being voiced.

                      /m/, /n/, /ŋ/ are nasals — match the NS left-context.

                      The three homorganic nasals do NOT match the obstruent target (sanity check: NS doesn't target nasals themselves).