eu — 1sg.
Equations
- Fragments.Galician.Pronouns.eu = { form := "eu", person := some UD.Person.first, number := some Number.sg }
Instances For
nós — 1pl.
Equations
- Fragments.Galician.Pronouns.nos = { form := "nós", person := some UD.Person.first, number := some Number.pl }
Instances For
ti — 2sg familiar (T form).
Equations
- Fragments.Galician.Pronouns.ti = { form := "ti", person := some UD.Person.second, number := some Number.sg }
Instances For
vostede — 2sg formal (V form).
Equations
- Fragments.Galician.Pronouns.vostede = { form := "vostede", person := some UD.Person.second, number := some Number.sg, register := Core.Register.Level.formal }
Instances For
vós — 2pl familiar.
Equations
- Fragments.Galician.Pronouns.vos_pl = { form := "vós", person := some UD.Person.second, number := some Number.pl }
Instances For
vostedes — 2pl formal.
Equations
- Fragments.Galician.Pronouns.vostedes = { form := "vostedes", person := some UD.Person.second, number := some Number.pl, register := Core.Register.Level.formal }
Instances For
el — 3sg masculine.
Equations
- Fragments.Galician.Pronouns.el = { form := "el", person := some UD.Person.third, number := some Number.sg }
Instances For
ela — 3sg feminine.
Equations
- Fragments.Galician.Pronouns.ela = { form := "ela", person := some UD.Person.third, number := some Number.sg }
Instances For
eles — 3pl masculine.
Equations
- Fragments.Galician.Pronouns.eles = { form := "eles", person := some UD.Person.third, number := some Number.pl }
Instances For
elas — 3pl feminine.
Equations
- Fragments.Galician.Pronouns.elas = { form := "elas", 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
che — familiar dative clitic (2sg ethical dative).
Equations
- Fragments.Galician.Pronouns.che = { form := "che", register := Core.Register.Level.informal, gloss := "2sg.DAT.fam" }
Instances For
A verb form with optional allocutive clitic.
- form : String
- gloss : String
- register : Core.Register.Level
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
vas — "you go" (familiar, can host che).
Equations
- Fragments.Galician.Pronouns.vas = { form := "vas", gloss := "go.2sg.fam", register := Core.Register.Level.informal }
Instances For
theorem
Fragments.Galician.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.Galician.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.Galician.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.
theorem
Fragments.Galician.Pronouns.tv_distinction :
(secondPersonPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.register == Core.Register.Level.informal) = true ∧ (secondPersonPronouns.any fun (x : Core.Pronouns.PronounEntry) => x.register == Core.Register.Level.formal) = true
The T/V register distinction is present in 2nd person.
The allocutive clitic che is informal-level.
2pl preserves the T/V distinction (vós fam / vostedes form).