K'iche' Voice System Fragment @cite{mondloch-2017} #
The five transitive voice alternations of K'iche', following @cite{mondloch-2017} Lessons 15–22, 26–30.
Voice Inventory #
K'iche' has five voices for transitive verbs (plus an instrumental voice not covered in the grammar):
Active Voice (Lessons 15–18, 26–27): Subject (A), verb, and object (P) are all expressed. Voice marker: -j for derived transitive verbs (DTVs), -Ø for radical transitive verbs (RTVs). Template:
aspect + P(SetB) + A(SetA) + root + voice.Simple Passive (Lessons 19–20, 28–29): P is promoted to subject (triggers Set B); A is demoted to an oblique (introduced by rumaal/kumaal 'by'). Voice marker: -x (DTVs), -Vtaj (RTVs). Template:
aspect + S(SetB) + root + passive.Absolutive Antipassive (Lesson 21): A is kept as subject (triggers Set B as if intransitive); P is suppressed entirely. Voice marker: -n (DTVs). Verb conjugates like an intransitive. Template:
aspect + S(SetB) + root + antipass.Agent-Focus Antipassive (Lessons 22, 30): The subject (A) is focused/emphasized. P triggers Set B, A appears as a separated pronoun before the verb. Voice marker: -n (DTVs), -Vk (RTVs). This is the voice used for subject extraction (wh-questions about the agent), which is why subject extraction triggers Agent Focus morphology rather than wi.
Completed Passive (Lessons 20, 29): Like Simple Passive but with completed aspect. Voice marker: -taaj (DTVs for completed aspect only).
Verb Classes #
- Derived Transitive Verbs (DTVs): Polysyllabic roots ending in vowels (e.g., kuna 'to cure', tzuku 'to look for').
- Radical Transitive Verbs (RTVs): Monosyllabic roots ending in consonants (e.g., b'an 'to do', ch'ay 'to hit').
Aspect Markers #
- Incomplete: k- (ka- before consonant clusters)
- Completed: x-
Connection to Extraction Morphology #
Agent Focus Antipassive (voice 4) is the morphological strategy used for
subject extraction in K'iche'. When the agent is extracted via
Ā-movement (e.g., 'Who bought it?'), the verb appears in Agent Focus
voice with the -n or -Vk marker, not with the fronting particle wi.
This is why subjectExtraction.wiLicensed = false in
ExtractionMorphology.lean — subject extraction uses Agent Focus, not
wi.
K'iche' transitive verb classes., Lesson 15.
- derived : TransVerbClass
Derived: polysyllabic roots ending in vowels.
- radical : TransVerbClass
Radical: monosyllabic roots ending in consonants.
Instances For
Equations
- Fragments.Mayan.Kiche.instBEqTransVerbClass.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The five transitive voices of K'iche'., Lessons 15–22, 26–30.
- active : KicheVoice
Active Voice: A and P both expressed.
- simplePassive : KicheVoice
Simple Passive: P promoted to subject, A demoted to oblique.
- absolutiveAntipassive : KicheVoice
Absolutive Antipassive: A is subject, P suppressed.
- agentFocus : KicheVoice
Agent-Focus Antipassive: A is focused/extracted.
- completedPassive : KicheVoice
Completed Passive (distinct morphology from Simple Passive in completed aspect).
Instances For
Equations
- Fragments.Mayan.Kiche.instBEqKicheVoice.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
All five voices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The voice marker suffix for derived transitive verbs (DTVs). : Active = -j (Lesson 15), Simple Passive = -x (Lesson 19), Antipassive = -n (Lesson 21), Agent Focus = -n (Lesson 22), Completed Passive = -taaj (Lesson 20).
Equations
- Fragments.Mayan.Kiche.dtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.active = "-j"
- Fragments.Mayan.Kiche.dtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.simplePassive = "-x"
- Fragments.Mayan.Kiche.dtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.absolutiveAntipassive = "-n"
- Fragments.Mayan.Kiche.dtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.agentFocus = "-n"
- Fragments.Mayan.Kiche.dtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.completedPassive = "-taaj"
Instances For
The voice marker suffix for radical transitive verbs (RTVs). : Active = Ø (Lesson 26), Simple Passive = -Vtaj (Lesson 28, where V is a copy of the root vowel), Agent Focus = -Vk (Lesson 30).
Equations
- Fragments.Mayan.Kiche.rtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.active = "Ø"
- Fragments.Mayan.Kiche.rtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.simplePassive = "-Vtaj"
- Fragments.Mayan.Kiche.rtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.absolutiveAntipassive = "-n"
- Fragments.Mayan.Kiche.rtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.agentFocus = "-Vk"
- Fragments.Mayan.Kiche.rtvVoiceMarker Fragments.Mayan.Kiche.KicheVoice.completedPassive = "-Vtaj"
Instances For
K'iche' aspect markers., Lesson 9.
Instances For
Equations
Equations
- Fragments.Mayan.Kiche.instBEqAspect.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
The morphological form of the aspect marker. , Lesson 9: k- (ka-) for incomplete, x- for completed.
Equations
Instances For
The transitive active voice template: aspect + P(Set B) + A(Set A) + root + voice marker. , Lesson 15.
- aspect : Aspect
- object : PhiFeatures
- subject : PhiFeatures
- root : String
- verbClass : TransVerbClass
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The passive voice template: aspect + S(Set B) + root + passive marker. The agent appears as an oblique (rumaal/kumaal). , Lesson 19.
- aspect : Aspect
- subject : PhiFeatures
- root : String
- verbClass : TransVerbClass
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The antipassive voice template: aspect + S(Set B) + root + antipassive marker. P is suppressed. Verb conjugates like an intransitive. , Lesson 21.
- aspect : Aspect
- subject : PhiFeatures
- root : String
- verbClass : TransVerbClass
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Does this voice realize A (the transitive agent) as a full agreement-bearing argument? In Active and Agent Focus, yes. In passives and Absolutive Antipassive, A is either demoted (oblique) or absent.
Equations
Instances For
Does this voice realize P (the transitive patient) as a full agreement-bearing argument? In Active and passives, yes. In antipassives, P is suppressed or demoted.
Equations
Instances For
Is the verb in this voice conjugated like an intransitive (only Set B agreement, no Set A)? Passives and antipassives both conjugate intransitively. : Lesson 19 (passive = "like intransitive"), Lesson 21 (antipassive = "exactly as Simple Intransitive Verbs").
Equations
Instances For
Agent Focus is the voice used for subject extraction in K'iche'. When 'who' questions target the agent, the verb appears in Agent Focus, not Active Voice. This is why wi is not licensed for subject extraction — Agent Focus morphology is used instead. , Lesson 22; @cite{mendes-ranero-2021}, §2.
Instances For
Agent Focus Antipassive shares the same marker as Absolutive Antipassive for DTVs (-n), but their functions are distinct. , Lesson 22 notes: "In spite of the confusingly similar structure between the two voices, their meanings are quite different."
For RTVs, Agent Focus and Absolutive Antipassive have DIFFERENT markers: -Vk vs -n.
K'iche' voice system profile. Five voices, asymmetrical (Active is the basic form).
Equations
- One or more equations did not get rendered due to their size.
Instances For
K'iche' has 5 voices.
K'iche' voice system is asymmetrical (Active is basic).
K'iche' is NOT a simple active/passive system (it has 5 voices, not 2).
K'iche' negation uses a circumfixal pattern: na...taj/ta. The first element na precedes the negated constituent; the second element taj (or ta before verbs) follows it. , Lesson 13.
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
Negation of nonverbal predicates (pronouns, nouns, adjectives, adverbs, prepositions): na...taj.
Equations
- Fragments.Mayan.Kiche.negNonverbal = { enclitic := "taj" }
Instances For
Negation of verbal predicates: na...ta.
Equations
- Fragments.Mayan.Kiche.negVerbal = { enclitic := "ta" }
Instances For
Both negation forms share the proclitic na.
K'iche' basic word order for intransitive clauses with noun subjects is Verb-Subject (VS). , Lesson 9: "the preferred word order appears to be: verb-subject."
- VS : BasicWordOrder
- VOS : BasicWordOrder
- VS_passive : BasicWordOrder
Instances For
Equations
- Fragments.Mayan.Kiche.instBEqBasicWordOrder.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Intransitive basic word order is verb-initial.
Instances For
Transitive active basic word order is VOS. The object appears between the verb and the subject.