Itô & Mester 2009: the extended prosodic word #
Itô, J. & Mester, A. (2009). The extended prosodic word. In J. Grijzenhout & B. Kabak (eds.), Phonological Domains: Universals and Deviations. Berlin: De Gruyter Mouton.
A function-word + lexical-word complex (English the dinosaurs, German ne
Zigarette) has four conceivable prosodifications, arising from the factorial
interaction of FtBin, Lex-to-ω, Parse-into-ω, and No-Recursion:
- full-ω
[φ [ω fnc] [ω lex]]— the function word is its own ω (violatesFtBin: a subminimal ω); - amalgamated
[ω fnc lex]— fused into one ω (violatesLex-to-ω: the lexical word has no ω of its own); - ω-adjoined
[ω fnc [ω lex]]— the function word adjoins, the lexical word keeps its ω (violatesNo-Recursion: ω over ω); - φ-attached
[φ fnc [ω lex]]— attached straight to φ (violatesParse-into-ω: the function word is in no ω).
With FtBin, Lex-to-ω ≫ Parse-into-ω ≫ No-Recursion, the ω-adjoined
(recursive) structure is the optimum — Itô & Mester's central claim, that English
and German function-word complexes use ω-adjunction, contra Selkirk's
φ-attachment. This is a second OT consumer of prosodic-word recursion alongside
Studies/Bennett2018.lean (Kaqchikel).
Candidates are Prosody.Trees; the constraints are Constraints.Constraint Tree values
(No-Recursion is the carrier constraint Prosody.noRec, Parse-into-ω is
Prosody.parseInto (·.isOm); FtBin-at-ω and Lex-to-ω are the function-word constraints
below), and EVAL is the OT engine OptimalityTheory.Tableau.ofRanking … |>.optimal.
Function-word constraints #
FtBin-at-ω ([IM09]) as a Constraint Tree: ω-nodes whose mora count is
below a foot (< 2) — a subminimal function word parsed as its own ω.
Equations
Instances For
Equations
- ItoMester2009.subminimalOmega.go (RoseTree.node a cs) = (if (a.isOm && decide (Prosody.moraCount (RoseTree.node a cs) < 2)) = true then 1 else 0) + ItoMester2009.subminimalOmega.goList cs
Instances For
Equations
Instances For
Is the lexical word lex realised as its own ω-node somewhere in the tree?
Equations
- ItoMester2009.lexHasOmega lex t = ItoMester2009.lexHasOmega.go lex t
Instances For
Equations
- ItoMester2009.lexHasOmega.go lex (RoseTree.node a cs) = (a.isOm && decide (RoseTree.node a cs = lex) || ItoMester2009.lexHasOmega.goList lex cs)
Instances For
Equations
- ItoMester2009.lexHasOmega.goList lex [] = false
- ItoMester2009.lexHasOmega.goList lex (t :: ts) = (ItoMester2009.lexHasOmega.go lex t || ItoMester2009.lexHasOmega.goList lex ts)
Instances For
The four candidate prosodifications of (fnc lex) #
The function word: one light syllable.
Instances For
The lexical word as a well-formed (bimoraic) ω.
Equations
Instances For
(a) full-ω: [φ [ω fnc] [ω lex]].
Equations
Instances For
(b) amalgamated: [ω fnc lex] (lexical word loses its own ω).
Equations
Instances For
(c) ω-adjoined: [ω fnc [ω lex]] — recursive.
Instances For
(d) φ-attached: [φ fnc [ω lex]].
Instances For
Lex-to-ω ([IM09], after [McCP93]'s Align(Lex, ω)) as a
Constraint Tree: 1 if the lexical word lexω is not aligned with an ω of its own.
Equations
- ItoMester2009.lexToOmega t = if ItoMester2009.lexHasOmega ItoMester2009.lexω t = true then 0 else 1
Instances For
The ranking and the prediction #
EVAL is the OT tableau engine; the ranking is FtBin, Lex-to-ω ≫ Parse-into-ω ≫ No-Recursion = [subminimalOmega, lexToOmega, parseInto (·.isOm), noRec].
Equations
Instances For
The function-word complex is prosodified by ω-adjunction — the recursive
[ω fnc [ω lex]] is the unique optimum, beating φ-attachment because
Parse-into-ω ≫ No-Recursion ([IM09], contra Selkirk's φ-attached).
The winning structure is recursive: ω dominates ω.