From 8a560c16df1eec0de3a4926e6179980e09f23885 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 22 Nov 2021 21:58:18 +0700 Subject: Add morphology for demonstratives --- src/morph/dem.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/morph/dem.md (limited to 'src/morph/dem.md') diff --git a/src/morph/dem.md b/src/morph/dem.md new file mode 100644 index 0000000..21e4e81 --- /dev/null +++ b/src/morph/dem.md @@ -0,0 +1,16 @@ +# Demonstratives + +| | proximal | medial | distal | interogative | negative | +|------------|----------|--------|--------|--------------|----------| +| person[^1] | siri | gori | harri | koni | feli | +| thing | siris | goris | harris | konis | felis | +| place | sihim | gohim | hahim | konhim | felim | +| time | simik | gomik | hammik | kommik | felmik | +| manner | sitis | gotis | hattis | kontis | feltis | +| reason | sinira | gonira | hanira | konnira | fennira | + +Demonstratives for person and thing have nominal morphology. +So are those for place and time, but they only have dative declension. +Demonstratives for manner and reason have adjectival morphology. + +[^1]: Including humans and animate things -- cgit 1.4.1