From c5b7065e06a9c508c64c104af65ae90cec4a929d Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 27 Dec 2021 17:25:06 +0700 Subject: Add pos --- src/grammar/pos.md | 13 +++++++++++++ src/grammar/syntax.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 src/grammar/pos.md (limited to 'src/grammar') diff --git a/src/grammar/pos.md b/src/grammar/pos.md new file mode 100644 index 0000000..5f04002 --- /dev/null +++ b/src/grammar/pos.md @@ -0,0 +1,13 @@ +# Parts of Speech + +This chapter describe behaviors of different parts of speech that can't be just +simply ported from German, mostly morphology. + +## Noun + + + +## Verb +## Adjective +## Pronoun +## Articles diff --git a/src/grammar/syntax.md b/src/grammar/syntax.md index 10d2469..b5a59a0 100644 --- a/src/grammar/syntax.md +++ b/src/grammar/syntax.md @@ -1 +1,4 @@ # Syntax + +There are few constructions that are not directly butchered from German. +Please learn German syntaxes instead. -- cgit 1.4.1