Pitch accent types (@cite{pierrehumbert-1980}, ToBI conventions).
Pitch accents mark focus/contrast at the word level:
- H*: Sharp rise, typically marks rheme focus ("the BEANS")
- L+H*: Rise from low, typically marks theme focus ("FRED ate")
- null: No accent (background material)
- H_star : PitchAccent
- L_plus_H_star : PitchAccent
- null : PitchAccent
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Equations
- Core.Prosody.instBEqPitchAccent.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Boundary tones mark prosodic phrase edges.
Following @cite{pierrehumbert-1980} and @cite{beckman-pierrehumbert-1986}:
- L: Low intermediate phrase boundary
- LH%: Rising intonational phrase boundary (continuation)
- LL%: Falling intonational phrase boundary (finality)
- L : BoundaryTone
- LH_pct : BoundaryTone
- LL_pct : BoundaryTone
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- Core.Prosody.instBEqBoundaryTone.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Prosodic hierarchy levels.
σ < f < ω < φ < ι
Used by @cite{kratzer-selkirk-2020} spellout constraints.
- σ : ProsodicLevel
- f : ProsodicLevel
- ω : ProsodicLevel
- φ : ProsodicLevel
- ι : ProsodicLevel
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- Core.Prosody.instBEqProsodicLevel.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
- Core.Prosody.instOrdProsodicLevel.ord x✝ y✝ = compare x✝.ctorIdx y✝.ctorIdx
Instances For
Equations
- Core.Prosody.instLTProsodicLevel = { lt := fun (a b : Core.Prosody.ProsodicLevel) => a.ctorIdx < b.ctorIdx }
Equations
- Core.Prosody.instLEProsodicLevel = { le := fun (a b : Core.Prosody.ProsodicLevel) => a.ctorIdx ≤ b.ctorIdx }
Head-prominence: each prosodic constituent has exactly one prominent daughter (its head). K&S (32).
- level : ProsodicLevel
- isHead : Bool
Whether this constituent is the head (most prominent) of its parent
Instances For
Equations
- One or more equations did not get rendered due to their size.