WALS Feature 99A: Alignment of Case Marking of Pronouns #
@cite{comrie-2013b}
Auto-generated from WALS v2020.4 CLDF data.
Do not edit by hand — regenerate with python3 scripts/gen_wals.py 99A.
Chapter 99, 172 languages.
WALS 99A values.
- neutral : PronounCaseAlignment
- nominativeAccusative : PronounCaseAlignment
- nominativeAccusative_3 : PronounCaseAlignment
- ergativeAbsolutive : PronounCaseAlignment
- tripartite : PronounCaseAlignment
- activeInactive : PronounCaseAlignment
- none : PronounCaseAlignment
Instances For
Equations
- Core.WALS.F99A.instBEqPronounCaseAlignment.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complete WALS 99A dataset (172 languages).
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Core.WALS.F99A.count_neutral :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.neutral) allData).length = 79
theorem
Core.WALS.F99A.count_nominativeAccusative :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.nominativeAccusative)
allData).length = 61
theorem
Core.WALS.F99A.count_nominativeAccusative_3 :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.nominativeAccusative_3)
allData).length = 3
theorem
Core.WALS.F99A.count_ergativeAbsolutive :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.ergativeAbsolutive)
allData).length = 20
theorem
Core.WALS.F99A.count_tripartite :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.tripartite) allData).length = 3
theorem
Core.WALS.F99A.count_activeInactive :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.activeInactive)
allData).length = 3
theorem
Core.WALS.F99A.count_none :
(List.filter (fun (x : Datapoint PronounCaseAlignment) => x.value == PronounCaseAlignment.none) allData).length = 3
Look up a language by WALS code.
Equations
Instances For
Look up a language by ISO 639-3 code.