German Pronoun Fragment #
@cite{adamson-zompi-2025}
Personal pronouns for German, including the polite pronoun SIE.
T/V distinction #
German has a T/V distinction:
- Singular: du (familiar T) vs Sie (formal V, 3pl agreement)
- Plural: ihr (familiar) vs Sie (formal V, 3pl agreement)
Unlike Italian LEI (3sg.f) and Spanish USTED (3sg), German SIE uses the 3rd person plural series. SIE triggers 3pl verbal agreement ((45)), binds 3rd person reflexive sich (not 2sg dich or 2pl euch), and can refer to either a singular or plural addressee.
Person hierarchy effects #
SIE triggers PCC effects in German's limited PCC environments (Wackernagel clusters, @cite{anagnostopoulou-2008}), patterning with 2nd person ((47)–(48)). In contrast, SIE does NOT trigger the exponence-based person hierarchy effect in assumed-identity copular constructions (@cite{keine-et-al-2019}, @cite{coon-keine-2021}), patterning with 3rd person ((52)–(53)).
ich — 1sg.
Equations
- Fragments.German.Pronouns.ich = { form := "ich", person := some UD.Person.first, number := some Number.sg }
Instances For
du — 2sg familiar (T form).
Equations
- Fragments.German.Pronouns.du = { form := "du", person := some UD.Person.second, number := some Number.sg }
Instances For
Sie — polite 2nd person (V form, triggers 3pl agreement). Unlike Italian LEI (3sg.f) and Spanish USTED (3sg), German SIE uses the 3pl series. Agreement person is 3rd (plural), interpretable person is 2nd. Can refer to singular or plural addressees. @cite{adamson-zompi-2025}
Equations
- One or more equations did not get rendered due to their size.
Instances For
er — 3sg masculine.
Equations
- Fragments.German.Pronouns.er = { form := "er", person := some UD.Person.third, number := some Number.sg }
Instances For
sie — 3sg feminine.
Equations
- Fragments.German.Pronouns.sie_f = { form := "sie", person := some UD.Person.third, number := some Number.sg }
Instances For
es — 3sg neuter.
Equations
- Fragments.German.Pronouns.es = { form := "es", person := some UD.Person.third, number := some Number.sg }
Instances For
wir — 1pl.
Equations
- Fragments.German.Pronouns.wir = { form := "wir", person := some UD.Person.first, number := some Number.pl }
Instances For
ihr — 2pl familiar.
Equations
- Fragments.German.Pronouns.ihr = { form := "ihr", person := some UD.Person.second, number := some Number.pl }
Instances For
sie — 3pl.
Equations
- Fragments.German.Pronouns.sie_pl = { form := "sie", 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
T/V distinction: du is informal, Sie is formal.
SIE has 3rd person (plural) agreement features but 2nd person interpretable features. @cite{adamson-zompi-2025}
SIE uses 3pl, unlike Italian LEI (3sg) and Spanish USTED (3sg).
All three persons are attested.