Documentation

Linglib.Fragments.Drubea.Prosody

Drubea Prosodic Fragment #

@cite{lionnet-2025}

Lexical register specifications for Drubea [ŋaa ⁺ⁿɖuᵐbea] (Glottocode: dumb1241), an Oceanic language of New Caledonia spoken by approximately 1,000 people in Unya on the east coast and Paita on the west coast of Grande Terre.

The word-prosodic system consists of an underlying binary contrast between registerless and downstepped register-bearing units (RBUs), with the mora as the RBU. There are no tone features.

Data from @cite{lionnet-2025}, building on @cite{rivierre-1973} and @cite{shintani-paita-1990b}.

The three native stem-level register patterns in Drubea (@cite{lionnet-2025}: Table 2, §4.2).

The contrast is between downstepped and registerless RBUs. Each stem contains at most one l feature (culminativity). The l feature associates with the leftmost mora of a syllable (Table 3).

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

      Expand a stem pattern to mora-level register specifications.

      nMorae is the total mora count of the stem. The three patterns map to:

      • ∅: [∅, ∅, …]
      • l: [l, ∅, …]
      • ∅l: [∅, l, ∅, …]
      Equations
      Instances For

        A Drubea stem with its prosodic specification.

        • form : String
        • gloss : String
        • pattern : StemPattern
        • nMorae :
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Register specification derived from a stem entry.

            Equations
            Instances For

              Monosyllabic CV minimal pairs: segmentally identical stems contrasting only in register (@cite{lionnet-2025}: ex. 4).

              Each pair shares the same segmental form; the prosodic contrast is purely a matter of the presence vs. absence of a downstep feature.

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

                CV⁺V minimal triplets: three-way contrast on bimoraic monosyllables (@cite{lionnet-2025}: ex. 45).

                These triplets demonstrate that the RBU is the mora, not the syllable: within a single bimoraic syllable CVV, the downstep can target either the first mora (⁺CVV) or the second (CV⁺V).

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

                  Disyllabic CV.CV stems illustrating all three register types (@cite{lionnet-2025}: ex. 34).

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

                    All stems in the fragment.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      theorem Fragments.Drubea.Prosody.mono_pairs_same_form :
                      (monoMinimalPairs.all fun (x : StemEntry × StemEntry) => match x with | (a, b) => a.form == b.form) = true

                      Every minimal pair shares the same segmental form — the contrast is purely prosodic (register), not segmental.

                      Boundary register features for utterance-final prosody (@cite{lionnet-2025} §4.8).

                      • h%: utterance-final raising (Drubea)
                      • l%: utterance-final lowering (Numèè)
                      Instances For
                        @[implicit_reducible]
                        Equations
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Apply a boundary feature to the final registerless syllable.

                          Simplified model: replaces the last registerless RBU with the boundary feature. Does not model spreading of h%, the mora-weight restriction on l%, or the preceding-context condition (Numèè l% only applies after registerless syllables; @cite{lionnet-2025} §§3.3–3.4, §4.8).

                          Equations
                          Instances For