From bd524d46fbd62960d9f1de9fbab2ba2081f1d3f6 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Fri, 29 Oct 2021 14:20:53 +0700 Subject: Write morphology for pronouns --- src/morph/pron.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/morph/pron.md b/src/morph/pron.md index 79e4998..028129b 100644 --- a/src/morph/pron.md +++ b/src/morph/pron.md @@ -1 +1,37 @@ # Pronoun + +Pronouns have similar conjugations to nouns, but with slightly more irregular +morphology. It also doesn't distinguish between paucal and plural (but the +distinction still shows on verbs and adjectives it inflects) + +## Singular + +| case | I | thou | ze (an.) | it (inan.) | generic | +|------|------|------|----------|------------|---------| +| nom | te | mi | vo | yat | yo | +| acc | tena | mina | voma | yam | yona | +| dat | teta | mita | voca | yak | yota | +| gen | tera | mira | vora | yoor | yera | + +ze: singular genderless third-person pronoun used to avoid inconvenience of +"he/she" as well as the ambiguity of singular "they". + +## Plural + +| case | we/ex | we/in | you | they (an.) | they (inan.) | +|------|-------|-------|--------|------------|--------------| +| nom | seté | mite | chomí | chovö | boyät | +| acc | setén | miten | chomín | chovöm | boyäm | +| dat | setét | mitet | chomít | chovöc | boyäk | +| gen | setér | miter | chomír | chovör | boyör | + +Note: + +Prefix se- denotes humility and cho- denotes respect, so when +referring to friends or younger family members or children, using se- is more +common. On the other hand, only chieftains and oldest member of a tribe can +use cho- to refer to self (i.e. choté), but they're rarely +together to use it. + +Prefix bo- is almost only used for inanimate pronouns and nouns, but can also +be used for someone one really despises, like an enemy. -- cgit 1.4.1