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).
- registerless : StemPattern
- σ1_downstepped : StemPattern
- σ2_downstepped : StemPattern
Instances For
Equations
- Fragments.Drubea.Prosody.instBEqStemPattern.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
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
- One or more equations did not get rendered due to their size.
- Fragments.Drubea.Prosody.StemPattern.registerless.toSpecs nMorae = List.replicate nMorae none
- Fragments.Drubea.Prosody.StemPattern.σ1_downstepped.toSpecs nMorae = some Theories.Phonology.Autosegmental.RegisterTier.RegisterFeature.l :: List.replicate (nMorae - 1) none
Instances For
A Drubea stem with its prosodic specification.
- form : String
- gloss : String
- pattern : StemPattern
- nMorae : Nat
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Register specification derived from a stem entry.
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
Boundary register features for utterance-final prosody (@cite{lionnet-2025} §4.8).
h%: utterance-final raising (Drubea)l%: utterance-final lowering (Numèè)
- h_pct : BoundaryFeature
- l_pct : BoundaryFeature
Instances For
Equations
- Fragments.Drubea.Prosody.instBEqBoundaryFeature.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
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
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Drubea.Prosody.applyBoundary.go feature [] = []
- Fragments.Drubea.Prosody.applyBoundary.go feature [none] = [feature]
- Fragments.Drubea.Prosody.applyBoundary.go feature (x_1 :: rest) = x_1 :: Fragments.Drubea.Prosody.applyBoundary.go feature rest
Instances For
Drubea is a register-based tone system (@cite{lionnet-2025} §6.2).
Equations
Instances For
The register-bearing unit in Drubea is the mora (@cite{lionnet-2025} §4.2).
Equations
Instances For
Drubea uses utterance-final raising (h%).
Instances For
Numèè uses utterance-final lowering (l%).