about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-24 21:44:58 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-24 21:45:33 +0700
commit0205252f63155883c72bb56d175410321b6c32cf (patch)
tree7eb9a6c9143ea7ed7dad4983d8996fdb2180a949
parent37e6ef41f025c4cf735009fc48d6962b101f9dcd (diff)
downloadhaasdaiga-0205252f63155883c72bb56d175410321b6c32cf.tar.gz
Add derivation morphology
-rw-r--r--src/SUMMARY.md1
-rw-r--r--src/haasdaiga/derivation.md27
2 files changed, 28 insertions, 0 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 8c17eb7..093b89a 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -9,3 +9,4 @@
 - [Morphology](./haasdaiga/morphology/index.md)
   - [Nominal](./haasdaiga/morphology/nominal.md)
   - [Verbal](./haasdaiga/morphology/verbal.md)
+- [Derivational Morphology](./haasdaiga/derivation.md)
diff --git a/src/haasdaiga/derivation.md b/src/haasdaiga/derivation.md
new file mode 100644
index 0000000..40a9d14
--- /dev/null
+++ b/src/haasdaiga/derivation.md
@@ -0,0 +1,27 @@
+# Derivational Morphology
+
+## Nominalization
+
+In all following transformations, where a noun has unknown gender mark *-y*,
+it is replaced with an ambiguous, idiomatic gender or the  gender of a closest
+noun that defines it.
+In the former case, such words would be listed in the dictionary.
+
+| category | transformation | examples |
+|----------|----------------|----------|
+| action   | -vy → -se      | (think) → (the act of thinking) |
+| actor    | -vy → -nersy   | (teach) → (teacher) |
+| result   | -vy → -mensy   | (think) → (thought), (draw) → (drawing, picture) |
+| diminutive| -sy → -zìssy  | (dog) → (puppy), (kid) → (baby), (human) → (dwarf) |
+| augmentative| -sy → gáchsy| (human) → (giant) |
+
+## Verbalization
+
+| category | transformation | examples |
+|----------|----------------|----------|
+| reverse  | V → réc-V      | (do) → (undo)|
+| do again | V → bàn-V      | (think) → (rethink) |
+
+## Compounds
+
+TBD