diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-29 14:20:53 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-29 14:20:53 +0700 |
commit | bd524d46fbd62960d9f1de9fbab2ba2081f1d3f6 (patch) | |
tree | b77675902c43a48d199160cd152a63b0d7859443 /src | |
parent | fae1d04bbd7af7543efcca40ba9967baab19fab6 (diff) | |
download | ravna-bd524d46fbd62960d9f1de9fbab2ba2081f1d3f6.tar.gz |
Write morphology for pronouns
Diffstat (limited to 'src')
-rw-r--r-- | src/morph/pron.md | 36 |
1 files changed, 36 insertions, 0 deletions
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 <i>se-</i> denotes humility and <i>cho-</i> 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 <i>cho-</i> to refer to self (i.e. <i>choté</i>), 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. |