hum — 1sg.
Equations
- Fragments.Maithili.Pronouns.hum = { form := "hum", person := some UD.Person.first, number := some Number.sg }
Instances For
hum sab — 1pl.
Equations
- Fragments.Maithili.Pronouns.humSab = { form := "hum sab", person := some UD.Person.first, number := some Number.pl }
Instances For
tõ — 2sg non-honorific.
Equations
- Fragments.Maithili.Pronouns.toN = { form := "tõ", person := some UD.Person.second, number := some Number.sg }
Instances For
ahã — 2sg honorific.
Equations
- Fragments.Maithili.Pronouns.ahaN = { form := "ahã", person := some UD.Person.second, number := some Number.sg, register := Core.Register.Level.neutral }
Instances For
apne — 2sg high-honorific.
Equations
- Fragments.Maithili.Pronouns.apne = { form := "apne", person := some UD.Person.second, number := some Number.sg, register := Core.Register.Level.formal }
Instances For
ũ — 3sg non-honorific (distal).
Equations
- Fragments.Maithili.Pronouns.uN = { form := "ũ", person := some UD.Person.third, number := some Number.sg }
Instances For
o — 3sg honorific.
Equations
- Fragments.Maithili.Pronouns.o = { form := "o", person := some UD.Person.third, number := some Number.sg, register := Core.Register.Level.neutral }
Instances For
ũ sab — 3pl.
Equations
- Fragments.Maithili.Pronouns.uNSab = { form := "ũ sab", person := some UD.Person.third, number := some Number.pl }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Non-honorific finite suffix.
Equations
- Fragments.Maithili.Pronouns.suffNH = { form := "-ah", register := Core.Register.Level.informal, gloss := "FIN.NH" }
Instances For
Honorific finite suffix.
Equations
- Fragments.Maithili.Pronouns.suffH = { form := "-thunh", register := Core.Register.Level.neutral, gloss := "FIN.H" }
Instances For
High-honorific finite suffix.
Equations
- Fragments.Maithili.Pronouns.suffHH = { form := "-lnhi", register := Core.Register.Level.formal, gloss := "FIN.HH" }
Instances For
theorem
Fragments.Maithili.Pronouns.has_all_persons :
(allPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.person == some UD.Person.first) = true ∧ (allPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.person == some UD.Person.second) = true ∧ (allPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.person == some UD.Person.third) = true
All three persons are attested.
theorem
Fragments.Maithili.Pronouns.has_both_numbers :
(allPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.number == some Number.sg) = true ∧ (allPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.number == some Number.pl) = true
Both singular and plural are attested.
theorem
Fragments.Maithili.Pronouns.second_person_all_2p :
(secondPersonPronouns.all fun (x : Core.Pronouns.PronounEntry) => x.person == some UD.Person.second) = true
2nd person pronouns are all second person.
Three-level register distinction in 2nd person.
Allocutive markers have three levels matching 2nd person pronouns.
3rd person also has a register distinction.