Documentation

Linglib.Studies.BeckerEtAl2025

The incoherent stress of Kuikuro #

[BFK+25] [LP77] [Hay95a]

Kuikuro (Cariban; Mato Grosso, Brazil) builds iambic feet left to right, with final trochaic reversal: when an iamb would leave a phrase-final long vowel, the last two syllables parse as a trochee instead ([BFK+25] §3.1; [Hay95a] §5.3b). The last foot is the head foot of the word, and the primary stress is the head of the head foot ([BFK+25] p. 2365) — i.e. the syllable reached from the word ω by an all-head descent: the head terminal (Liberman & Prince's head terminal, Prosody.Tree.headTerminals).

The paper's title result — incoherent stress ([Gor16]) — is that the default High tone does not dock on this head terminal but surfaces displaced, on the last syllable of a tone domain that starts at the primary stress and expands rightward to (but not including) the next foot head. The metrically most prominent syllable is thereby dissociated from the high-toned salient one.

This file formalizes the default-length metrical spine the tonal analysis is anchored to: the left-to-right iambic footing (with final trochaic reversal) of words in isolation, and the certification that the primary stress is exactly the grid's head terminal. That a word has a unique head terminal (Prosody.Tree.IsHeaded) is metrical culminativity — head-terminal uniqueness ([Hym06]). The paper's Culminativity-H (§4.2) is a distinct, tonal constraint ("one violation per High tone domain with more than one foot head"), part of the deferred tone layer. Also deferred alongside tone: lexical long vowels (Max-μ, monosyllabic feet, §3.1), word minimality (FtBin, §3.5), and final shortening (§4.1). Here the head terminal is the anchor the tonal layer displaces from.

Weights: 1 = short (light) σ, 2 = a long (heavy) σ from iambic lengthening; a foot's isHead σ is its head (iamb → final, trochee → initial), and the head foot is isHead := true.

Words in isolation ([BFK+25] §3) #

[(a.lá:)(ma.kí:)li] 's/he fell' ([BFK+25] Fig. 1): two iambs and a stray final σ. The rightmost foot (ma.kí:) heads the word, so the long kí: is the primary stress.

Equations
Instances For

    [(tsi.ha:)(la.ma:)(kí.li)] 'we (exclusive) fell' ([BFK+25] Fig. 2): even-parity, so the final two short syllables reverse to a trochee (kí.li) — the head foot — and the initial is the primary stress.

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

      [(u.mí:)ŋi] 'annatto' ([BFK+25] Fig. 3): one iamb and a stray final σ; the long mí: is the primary stress.

      Equations
      Instances For

        The grid: secondary stress on every foot head, primary on the head foot's #

        Reading Tree.columns ∘ the footing recovers the stress profile: 1 unstressed, 2 a secondary (a non-head foot's head), 3 the primary (the head foot's head).

        Primary stress is the head terminal ([BFK+25] p. 2365) #

        Each word has a unique head terminal (Tree.IsHeaded — metrical culminativity, Liberman & Prince's head-terminal uniqueness; cf. [Hym06]), and it is exactly the head syllable of the head foot — the long kí:/mí:, or the reversed-trochee's initial . The primary stress is read off the grid's live column as an element.

        's/he fell': the head terminal is the long kí: (head of the rightmost iamb).

        'we fell': the head terminal is the reversed trochee's initial short .

        'annatto': the head terminal is the long mí:.

        The same fact declaratively ([LP77]): kí: is the head terminal of fell — reached from ω by an all-head descent (ω → head foot → head σ), Tree.IsHeadTerminal — lifted from the computed list by Tree.headTerminal_sound, not just by computing the list.

        The trochaic reversal is OT-optimal ([BFK+25] §3.1, Table 2) #

        Why the final foot reverses to a trochee: an even-parity /σσσσ/ parsed as two iambs leaves a phrase-final long vowel (*V:]φ); leaving the last two σ unparsed violates Parse-σ; so they parse as a trochee, violating only the low-ranked Iamb. Ranking *V:]φ ≫ Parse-σ ≫ Iamb ([BFK+25] (1)–(3), Table 2).

        The three footings of /σσσσ/ weighed in [BFK+25]'s Table 2.

        • twoIambs : FootingCand

          (σ́σ:)(σ́σ:) — two iambs; a final long vowel.

        • iambStrays : FootingCand

          (σ́σ:)σσ — one iamb, the last two σ unparsed.

        • iambTrochee : FootingCand

          (σ́σ:)(´σσ) — an iamb and a final trochee (the optimum).

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

            Each candidate as a footed tree (rightmost foot the head).

            Equations
            Instances For

              Parse-σ ([BFK+25] (1)): one mark per unparsed (stray) σ — a σ-leaf under ω.

              Equations
              Instances For

                Iamb ([BFK+25] (2)): one mark per foot that is not right-headed (head σ ≠ final).

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

                  *V:]φ ([BFK+25] (3)): one mark for a long vowel in the phrase-final σ (for a one-word phrase, the word-final σ).

                  Equations
                  Instances For
                    theorem BeckerEtAl2025.starV_violations :
                    List.map cStarV candidates = [1, 0, 0]

                    The violation profiles ([BFK+25] Table 2):

                    candidate*V:]φParse-σIamb
                    (σ́σ:)(σ́σ:)1*00
                    (σ́σ:)σσ02*0
                    ☞ (σ́σ:)(´σσ)001

                    Table 2's Max-μ (ranked *V:]φ ≫ Max-μ ≫ Parse-σ) is omitted — vacuous (0) on all three candidates; it governs lexical long vowels (Tables 4/6).

                    The trochaic reversal wins ([BFK+25] Table 2): under *V:]φ ≫ Parse-σ ≫ Iamb the optimal footing of /σσσσ/ is the iamb + final trochee — no final long vowel, no unparsed σ, at the cost of one (low-ranked) non-right-headed foot.