Verbal Number and Pluractionality #
@cite{corbett-2000}
Verbal number — number marking on the verb that quantifies over events rather than participants (@cite{corbett-2000} Ch 8). Languages like Hausa, Chechen, and Navajo mark number directly on the verb stem, often via suppletion (distinct stems for singular vs plural).
Key distinctions:
- Participant agreement: verb agrees with subject/object number (typical Indo-European pattern, not "verbal number" proper)
- Event plurality / pluractionality: the verb's own event argument is pluralized — repeated, distributed, or intensified action
- Mixed: both patterns co-exist (e.g. Georgian)
WALS 80A Bridge #
WALS Feature 80A records verbal number and suppletion across 193 languages. 159 have no verbal number; 34 have singular-plural pairs (with or without suppletion); 7 have sg-du-pl triples.
Whether verbal number is participant agreement, event plurality, or both.
- participantAgreement : VerbalNumberType
Verb agrees with subject/object number (most Indo-European). Not "verbal number" in the strict Corbett sense.
- eventPlurality : VerbalNumberType
Verb's own event argument is pluralized. The verb stem changes to encode repeated, distributed, or intensified action.
- mixed : VerbalNumberType
Both patterns co-exist in the language.
Instances For
Equations
- VerbalNumber.instDecidableEqVerbalNumberType x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Profile for a language's verbal number system.
- name : String
- type : VerbalNumberType
- hasSuppletion : Bool
Whether the language uses suppletion (distinct stems for sg/pl).
- verbValues : List Features.Number.Category
Number values distinguished on the verb.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
- VerbalNumber.instBEqVerbalNumberProfile.beq x✝¹ x✝ = false
Instances For
Hausa: event plurality with suppletive verb stems. tàfi 'go (sg)' / tàka 'go (pl)'.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Chechen: event plurality with suppletion. Verb pairs encode singular vs plural action.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Georgian: mixed system — participant agreement on some verbs, event plurality on others.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Languages with event plurality always have at least sg and pl.
The implicational universal holds: dual verbal number implies singular and plural are also distinguished.
Map a VerbalNumberProfile to the corresponding WALS 80A category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Hausa maps to singular-plural pairs with suppletion.
WALS 80A confirms that the majority of languages lack verbal number.