Skip to content

Instantly share code, notes, and snippets.

@evansims
Last active March 7, 2024 09:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evansims/1121ab1ff255bcd79532 to your computer and use it in GitHub Desktop.
Save evansims/1121ab1ff255bcd79532 to your computer and use it in GitHub Desktop.
English Gender Pronouns JS/JSON
gender: {
nominative: {
neutral: 'they',
masculine: 'he',
feminine: 'she',
elverson: 'ey',
spivak: 'E',
humanist: 'hu',
peh: 'peh',
per: 'per',
thon: 'thon',
jee: 'jee',
ve: 've',
xe: 'xe',
zir: 'ze',
hir: 'ze',
mer: 'ze',
zhe: 'zhe',
},
accusative: {
neutral: 'them',
masculine: 'him',
feminine: 'her',
elverson: 'em',
spivak: 'Em',
humanist: 'hum',
peh: 'pehm',
per: 'per',
thon: 'thon',
jee: 'jem',
ve: 'ver',
xe: 'xem',
zir: 'zem',
hir: 'hir',
mer: 'mer',
zhe: 'zhim',
},
reflexive: {
neutral: 'themself',
masculine: 'himself',
feminine: 'herself',
elverson: 'eirself',
spivak: 'Emself',
humanist: 'humself',
peh: 'pehself',
per: 'perself',
thon: 'thonself',
jee: 'jemself',
ve: 'verself',
xe: 'xemself',
zir: 'zirself',
hir: 'hirself',
mer: 'zemself',
zhe: 'zhimself',
},
possessive: {
pronominal: {
neutral: 'their',
masculine: 'his',
feminine: 'her',
elverson: 'eir',
spivak: 'Eir',
humanist: 'hus',
peh: 'peh\'s',
per: 'per',
thon: 'thons',
jee: 'jeir',
ve: 'vis',
xe: 'xyr',
zir: 'zes',
hir: 'hir',
mer: 'zer',
zhe: 'zher',
},
predicative: {
neutral: 'theirs',
masculine: 'his',
feminine: 'hers',
elverson: 'eirs',
spivak: 'Eirs',
humanist: 'hus',
peh: 'peh\'s',
per: 'pers',
thon: 'thons',
jee: 'jeirs',
ve: 'vis',
xe: 'xyrs',
zir: 'zes',
hir: 'hirs',
mer: 'zers',
zhe: 'zhers',
},
},
},
@cowboy
Copy link

cowboy commented Dec 24, 2017

Evan, have you blogged about this, or has anyone else? This is a great list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment