Nungon Medial Verb Morphology @cite{sarvasy-2017} #
@cite{sarvasy-2015} @cite{sarvasy-aikhenvald-2025}
Medial verb morphology in Nungon (Trans-New Guinea, Finisterre-Huon family; Morobe Province, Papua New Guinea). Nungon has the most extensively described clause chaining system in the recent literature.
Key properties #
Nungon medial verbs are maximally reduced: they carry no tense, no aspect, and no independent mood marking. The single final verb in each chain supplies tense and mood for the entire chain. The only morphology on a medial verb is:
- The verb stem
- A switch-reference suffix encoding subject continuity (SS vs. DS) and temporal relation (sequential vs. simultaneous)
Switch-reference #
The SR system is four-way, crossing two binary dimensions:
- Subject continuity: same subject (SS) vs. different subject (DS)
- Temporal relation: sequential (SEQ) vs. simultaneous (SIM)
SS forms are invariant (no person/number indexing). DS forms obligatorily index the person and number of the medial clause's subject argument — the participant whose identity differs from the following clause's subject.
DS person/number paradigm (@cite{sarvasy-aikhenvald-2025}: Table 2) #
| Person | Singular | Dual | Plural |
|---|---|---|---|
| 1 | -wa-ya | -ra-ya | -na-ya |
| 2 | -i-ya | -uny-a | -u-ya |
| 3 | -un-a | -uny-a | -u-ya |
Note: 2du and 3du are syncretic (-uny-a); 2pl and 3pl are syncretic (-u-ya).
Switch-reference category combining subject continuity and temporal relation. Nungon has a four-way system: SS-SEQ, SS-SIM, DS-SEQ, DS-SIM.
- ssSEQ : SRCategory
- ssSIM : SRCategory
- dsSEQ : SRCategory
- dsSIM : SRCategory
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Nungon.MedialVerbs.instBEqSRCategory.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Whether this SR category indicates same subject.
Equations
Instances For
Whether this SR category indicates sequential temporal relation.
Equations
Instances For
Person/number combination for DS medial verb agreement.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
A DS suffix entry: form + person/number it indexes.
- form : String
- personNumber : PersonNumber
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
1sg DS suffix.
Equations
- Fragments.Nungon.MedialVerbs.ds1sg = { form := "-wa-ya", personNumber := { person := UD.Person.first, number := UD.Number.Sing } }
Instances For
2sg DS suffix.
Equations
- Fragments.Nungon.MedialVerbs.ds2sg = { form := "-i-ya", personNumber := { person := UD.Person.second, number := UD.Number.Sing } }
Instances For
3sg DS suffix.
Equations
- Fragments.Nungon.MedialVerbs.ds3sg = { form := "-un-a", personNumber := { person := UD.Person.third, number := UD.Number.Sing } }
Instances For
1du DS suffix.
Equations
- Fragments.Nungon.MedialVerbs.ds1du = { form := "-ra-ya", personNumber := { person := UD.Person.first, number := UD.Number.Dual } }
Instances For
2du DS suffix (syncretic with 3du).
Equations
- Fragments.Nungon.MedialVerbs.ds2du = { form := "-uny-a", personNumber := { person := UD.Person.second, number := UD.Number.Dual } }
Instances For
3du DS suffix (syncretic with 2du).
Equations
- Fragments.Nungon.MedialVerbs.ds3du = { form := "-uny-a", personNumber := { person := UD.Person.third, number := UD.Number.Dual } }
Instances For
1pl DS suffix.
Equations
- Fragments.Nungon.MedialVerbs.ds1pl = { form := "-na-ya", personNumber := { person := UD.Person.first, number := UD.Number.Plur } }
Instances For
2pl DS suffix (syncretic with 3pl).
Equations
- Fragments.Nungon.MedialVerbs.ds2pl = { form := "-u-ya", personNumber := { person := UD.Person.second, number := UD.Number.Plur } }
Instances For
3pl DS suffix (syncretic with 2pl).
Equations
- Fragments.Nungon.MedialVerbs.ds3pl = { form := "-u-ya", personNumber := { person := UD.Person.third, number := UD.Number.Plur } }
Instances For
Full DS paradigm.
Equations
- One or more equations did not get rendered due to their size.
Instances For
SS suffixes are invariant (no person/number indexing).
- form : String
- category : SRCategory
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
SS sequential suffix.
Equations
- Fragments.Nungon.MedialVerbs.ssSEQ = { form := "-se", category := Fragments.Nungon.MedialVerbs.SRCategory.ssSEQ }
Instances For
SS simultaneous suffix.
Equations
- Fragments.Nungon.MedialVerbs.ssSIM = { form := "-ma", category := Fragments.Nungon.MedialVerbs.SRCategory.ssSIM }
Instances For
All SS suffixes.
Equations
Instances For
9 cells in the DS paradigm (3 persons x 3 numbers).
2 SS suffixes (sequential and simultaneous).
SS-SEQ is same-subject.
DS-SEQ is different-subject.
SS-SEQ is sequential.
SS-SIM is not sequential (it's simultaneous).