From 820a0cb268e06090d3df149110cdf3afdbf9f851 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Thu, 28 Oct 2021 22:39:55 +0700 Subject: Write nominal morphology, add placeholder --- src/SUMMARY.md | 8 ++++++++ src/derimorph/index.md | 1 + src/examples.md | 1 + src/morph/adj.md | 1 + src/morph/index.md | 1 + src/morph/nom.md | 26 ++++++++++++++++++++++++++ src/morph/pron.md | 1 + src/morph/verb.md | 1 + src/syntax/index.md | 1 + 9 files changed, 41 insertions(+) create mode 100644 src/derimorph/index.md create mode 100644 src/examples.md create mode 100644 src/morph/adj.md create mode 100644 src/morph/index.md create mode 100644 src/morph/nom.md create mode 100644 src/morph/pron.md create mode 100644 src/morph/verb.md create mode 100644 src/syntax/index.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 8f7130d..de3164d 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -6,3 +6,11 @@ - [Phonotactics](./phonology/phonotactics.md) - [Romanization](./phonology/rom.md) - [Writing system](./writing/index.md) +- [Morphology](./morph/index.md) + - [Nominal](./morph/nom.md) + - [Pronoun](./morph/pron.md) + - [Adjectival](./morph/adj.md) + - [Verbal](./morph/verb.md) +- [Derivational Morphology](./derimorph/index.md) +- [Syntax](./syntax/index.md) +- [Examples](./examples.md) diff --git a/src/derimorph/index.md b/src/derimorph/index.md new file mode 100644 index 0000000..12b0d3d --- /dev/null +++ b/src/derimorph/index.md @@ -0,0 +1 @@ +# Derivational Morphology diff --git a/src/examples.md b/src/examples.md new file mode 100644 index 0000000..df635b4 --- /dev/null +++ b/src/examples.md @@ -0,0 +1 @@ +# Examples diff --git a/src/morph/adj.md b/src/morph/adj.md new file mode 100644 index 0000000..57c5744 --- /dev/null +++ b/src/morph/adj.md @@ -0,0 +1 @@ +# Adjectival diff --git a/src/morph/index.md b/src/morph/index.md new file mode 100644 index 0000000..96445be --- /dev/null +++ b/src/morph/index.md @@ -0,0 +1 @@ +# Morphology diff --git a/src/morph/nom.md b/src/morph/nom.md new file mode 100644 index 0000000..16e1570 --- /dev/null +++ b/src/morph/nom.md @@ -0,0 +1,26 @@ +# Nominal + +Ravna nouns have two genders: animate and inanimate. Animate nouns usually end +in vowels, while inanimate nouns often end in consonants. Proper names are +obviously exceptions. +Genders of the nouns also inflects on articles, numbers, verbs, and adjectives +related to the noun. + +There are four cases: + +- nominative: used for topic and subject of the sentence. +- accusative: used for direct object of the sentence +- dative: used for indirect objects of the sentence, as well as anything after + a preposition +- genitive: signifying possession. + +The inflections distinguish between singular (0 or 1), paucal (2 to 10), and +plural. + +## Animate noun + +| case | -i, -e | -a, -ä, | -o, -ö | +| s.nom | ravi | | | +| s.acc | ravih | | | +| s.dat | ravit | | | +| s.gen | ravir | | | diff --git a/src/morph/pron.md b/src/morph/pron.md new file mode 100644 index 0000000..79e4998 --- /dev/null +++ b/src/morph/pron.md @@ -0,0 +1 @@ +# Pronoun diff --git a/src/morph/verb.md b/src/morph/verb.md new file mode 100644 index 0000000..d1c4dc3 --- /dev/null +++ b/src/morph/verb.md @@ -0,0 +1 @@ +# Verbal diff --git a/src/syntax/index.md b/src/syntax/index.md new file mode 100644 index 0000000..10d2469 --- /dev/null +++ b/src/syntax/index.md @@ -0,0 +1 @@ +# Syntax -- cgit 1.4.1