English Pronoun Lexicon Fragment #
Lexical entries for English pronouns. Personal pronouns are values of the
cross-linguistic PersonalPronoun object; reflexives, reciprocals, and
wh-pronouns are bare Pronoun shells (φ-features + surface form, no referential
denotation of their own).
Each entry declares its Pronoun.bindingClass, so a form's binding-theoretic kind
is the entry's own declaration; the lexicon lists below group them by class. Pronoun.toWord
threads this onto the surface word's UD morphology (Reflex/PronType), where the
framework-neutral binding engine reads it back via Binding.bindingClassOf.
Gender ([KC20]) #
Gender is stored directly as PersonalPronoun.gender : Option Gender:
he/she/it carry .masculine/.feminine/.neuter; singular they — the
Elsewhere/least-specified spellout — and 1st/2nd person carry no gender
feature (none). Per [KC20], they's gender-neutrality is
the absence of a contrastive [MASC]/[FEM]/[INANIM] feature, not a positive
value; none encodes exactly that. Singular they is distinguished from
genderless 1st/2nd person by person, not gender. The contrastive-vs-adjunct
feature apparatus that [KC20] theorize lives in their study
file, not on this cross-linguistic schema.
Personal pronouns (PersonalPronoun) #
Equations
- English.Pronouns.i = { form := "I", person := some Person.first, number := some Number.singular, case_ := some Case.nom }
Instances For
Equations
- English.Pronouns.me = { form := "me", person := some Person.first, number := some Number.singular, case_ := some Case.acc }
Instances For
Equations
- English.Pronouns.we = { form := "we", person := some Person.first, number := some Number.plural, case_ := some Case.nom }
Instances For
Equations
- English.Pronouns.us = { form := "us", person := some Person.first, number := some Number.plural, case_ := some Case.acc }
Instances For
Equations
- English.Pronouns.you = { form := "you", person := some Person.second, number := some Number.singular }
Instances For
Equations
- English.Pronouns.you_pl = { form := "you", person := some Person.second, number := some Number.plural }
Instances For
Equations
- English.Pronouns.he = { form := "he", person := some Person.third, number := some Number.singular, case_ := some Case.nom, gender := some Gender.masculine }
Instances For
Equations
- English.Pronouns.him = { form := "him", person := some Person.third, number := some Number.singular, case_ := some Case.acc, gender := some Gender.masculine }
Instances For
Equations
- English.Pronouns.she = { form := "she", person := some Person.third, number := some Number.singular, case_ := some Case.nom, gender := some Gender.feminine }
Instances For
Equations
- English.Pronouns.her = { form := "her", person := some Person.third, number := some Number.singular, case_ := some Case.acc, gender := some Gender.feminine }
Instances For
Equations
- English.Pronouns.it = { form := "it", person := some Person.third, number := some Number.singular, gender := some Gender.neuter }
Instances For
Equations
- English.Pronouns.they = { form := "they", person := some Person.third, number := some Number.plural, case_ := some Case.nom }
Instances For
Equations
- English.Pronouns.them = { form := "them", person := some Person.third, number := some Number.plural, case_ := some Case.acc }
Instances For
Equations
- English.Pronouns.they_sg = { form := "they", person := some Person.third, number := some Number.singular, case_ := some Case.nom }
Instances For
Equations
- English.Pronouns.them_sg = { form := "them", person := some Person.third, number := some Number.singular, case_ := some Case.acc }
Instances For
Reflexive, reciprocal, and wh pronouns (bare Pronoun) #
These are not referential pronouns; they carry φ-features and a surface form but
no denotation of their own. Their binding-theoretic kind is the bindingClass
each declares (tagged per list below).
Equations
- English.Pronouns.myself = { form := "myself", person := some Person.first, number := some Number.singular, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.yourself = { form := "yourself", person := some Person.second, number := some Number.singular, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- English.Pronouns.itself = { form := "itself", person := some Person.third, number := some Number.singular, gender := some Gender.neuter, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.ourselves = { form := "ourselves", person := some Person.first, number := some Number.plural, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.yourselves = { form := "yourselves", person := some Person.second, number := some Number.plural, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.themselves = { form := "themselves", person := some Person.third, number := some Number.plural, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.themself = { form := "themself", person := some Person.third, number := some Number.singular, bindingClass := some Features.BindingClass.reflexive }
Instances For
Equations
- English.Pronouns.eachOther = { form := "each other", bindingClass := some Features.BindingClass.reciprocal }
Instances For
Equations
- English.Pronouns.oneAnother = { form := "one another", bindingClass := some Features.BindingClass.reciprocal }
Instances For
Equations
- English.Pronouns.who = { form := "who", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.whom = { form := "whom", case_ := some Case.acc, pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.what = { form := "what", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.which = { form := "which", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.where_ = { form := "where", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.when_ = { form := "when", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.why = { form := "why", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Equations
- English.Pronouns.how = { form := "how", pronType := some UD.PronType.Int, bindingClass := some Features.BindingClass.pronoun }
Instances For
Demonstrative pronouns (DemonstrativePronoun) #
Genuine deictic demonstratives — a two-way proximal/distal distance system ([Mor21]).
Unlike German der (a strong-article personal pronoun, see [PGG17]), these encode
a real spatial contrast, so they are Demonstrative carriers.
Equations
- English.Pronouns.this_ = { form := "this", person := some Person.third, number := some Number.singular, deixis := Features.Deixis.Feature.proximal }
Instances For
Equations
- English.Pronouns.that_ = { form := "that", person := some Person.third, number := some Number.singular, deixis := Features.Deixis.Feature.distal }
Instances For
Equations
- English.Pronouns.these = { form := "these", person := some Person.third, number := some Number.plural, deixis := Features.Deixis.Feature.proximal }
Instances For
Equations
- English.Pronouns.those = { form := "those", person := some Person.third, number := some Number.plural, deixis := Features.Deixis.Feature.distal }
Instances For
The four English demonstrative pronouns.
Equations
Instances For
Every English demonstrative genuinely encodes a distance contrast (proximal/distal) — they are
real Demonstratives, the deictic property the morphological "DEM" label does not guarantee.
Lexicon lists (the kind partition) #
Reflexive pronouns (Principle A anaphors); each entry declares bindingClass := .reflexive.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Reciprocal pronouns (bipartite-NP anaphors); each declares bindingClass := .reciprocal.
Instances For
Wh-pronouns and wh-adverbs (Principle B pronominals); each declares bindingClass := .pronoun.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every reflexive entry is a Principle-A anaphor by its declaration.
Every wh-word projects as wh-marked: the entry's PronType=Int reaches the surface
word's morphology (UD.MorphFeatures.isWh) through Pronoun.toWord.
The English personal-pronoun inventory: the canonical List PersonalPronoun
handle. Reflexives, reciprocals, and wh-words live in their own
English.Pronouns.* lists.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Singular they bears no gender feature — the [KC20] Elsewhere case.
Singular and plural they share the same (empty) gender feature despite differing in number — the structural correlate of [Arn26]'s observation that underspecified and personal they share the ungendered morphosyntactic feature.