From 6b39bc5ee9d980a9b21cdcab60c00900fcfb0ced Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 24 Apr 2021 21:54:43 +0700 Subject: Add POS section --- src/SUMMARY.md | 5 +++++ src/haasdaiga/morphology/index.md | 2 +- src/haasdaiga/pos/index.md | 4 ++++ src/haasdaiga/pos/noun.md | 1 + src/haasdaiga/pos/pp.md | 1 + src/haasdaiga/pos/pronoun.md | 1 + src/haasdaiga/pos/verb.md | 1 + 7 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/haasdaiga/pos/index.md create mode 100644 src/haasdaiga/pos/noun.md create mode 100644 src/haasdaiga/pos/pp.md create mode 100644 src/haasdaiga/pos/pronoun.md create mode 100644 src/haasdaiga/pos/verb.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7bf74db..f2945c2 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -8,3 +8,8 @@ - [Nominal](./haasdaiga/morphology/nominal.md) - [Verbal](./haasdaiga/morphology/verbal.md) - [Derivational Morphology](./haasdaiga/derivation.md) + - [Parts of Speech](./haasdaiga/pos/index.md) + - [Noun](./haasdaiga/pos/noun.md) + - [Pronoun](./haasdaiga/pos/pronoun.md) + - [Verb](./haasdaiga/pos/verb.md) + - [Postposition](./haasdaiga/pos/pp.md) diff --git a/src/haasdaiga/morphology/index.md b/src/haasdaiga/morphology/index.md index d1bf500..4e4debe 100644 --- a/src/haasdaiga/morphology/index.md +++ b/src/haasdaiga/morphology/index.md @@ -1,4 +1,4 @@ # Morphology This section concerns which forms exist for each category and not how to use them. -That will be covered in the section Parts of Speech. +That will be covered in the section [Parts of Speech](../pos/index.md). diff --git a/src/haasdaiga/pos/index.md b/src/haasdaiga/pos/index.md new file mode 100644 index 0000000..be12f37 --- /dev/null +++ b/src/haasdaiga/pos/index.md @@ -0,0 +1,4 @@ +# Parts of Speech + +This section concerns the main parts of speech and how they are used. +Note that it does not discuss how they are ordered, which is the content of Syntax. diff --git a/src/haasdaiga/pos/noun.md b/src/haasdaiga/pos/noun.md new file mode 100644 index 0000000..2ee7f4b --- /dev/null +++ b/src/haasdaiga/pos/noun.md @@ -0,0 +1 @@ +# Noun diff --git a/src/haasdaiga/pos/pp.md b/src/haasdaiga/pos/pp.md new file mode 100644 index 0000000..a7e1845 --- /dev/null +++ b/src/haasdaiga/pos/pp.md @@ -0,0 +1 @@ +# Postposition diff --git a/src/haasdaiga/pos/pronoun.md b/src/haasdaiga/pos/pronoun.md new file mode 100644 index 0000000..79e4998 --- /dev/null +++ b/src/haasdaiga/pos/pronoun.md @@ -0,0 +1 @@ +# Pronoun diff --git a/src/haasdaiga/pos/verb.md b/src/haasdaiga/pos/verb.md new file mode 100644 index 0000000..cc3eecb --- /dev/null +++ b/src/haasdaiga/pos/verb.md @@ -0,0 +1 @@ +# Verb -- cgit 1.4.1