[Eittlandic] Private grammar stuff

This commit is contained in:
Lucien Cartier-Tilet 2022-12-09 12:34:45 +01:00
parent cc47f955ea
commit 7a034da57f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 21 additions and 12 deletions

View File

@ -2306,21 +2306,30 @@ in number and gender.
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Private-Data-Word-order-csri7cg0pfj0 :CUSTOM_ID: Private-Data-Word-order-csri7cg0pfj0
:END: :END:
# Per /Hawkins Universals/:
# $Posp \supset ((AdjN \vee RelN \supset DemN\ \& \ NumN\ \& \ PossN)\ \& \ (DemN \vee NumN \vee PossN \supset GenN))$
# Adjectives precede nouns, therefore demonstratives, numerals, and
# possessives also preceed the noun. Since they do, the language must
# also allow genitives to preceed the noun. The only element in the
# Postpositional rule that does not precede the noun are relative
# clauses.
# Eittlandic also has prepositions. Genitive can follow the noun,
# therefore relative clauses must follow the noun. Therefore, we have:
# | NPosp | DemN | NumN | PossN | AdjN | GenN | NRel |
# This is language C as per Artifexians [[https://docs.google.com/spreadsheets/d/1ZJV1C8g-u8PbZIEHp8t7JT8SSyY7ZetEZ5oBJJn0g2U/edit][list of postpositional
# languages]].
Per /Hawkins Universals/: Per /Hawkins Universals/:
$Posp \supset ((AdjN \vee RelN \supset DemN\ \& \ NumN\ \& \ PossN)\ \& \ (DemN \vee NumN \vee PossN \supset GenN))$ $Prep \supset ((NDem \lor NNum \lor NPoss \supset NAdj)\ \&\ (NAdj \supset NGen)\ \&\ (NGen \supset NRel))$
Adjectives precede nouns, therefore demonstratives, numerals, and - Demonstratives and possessives follow the noun, therefore adjectives
possessives also preceed the noun. Since they do, the language must follow the noun.
also allow genitives to preceed the noun. The only element in the - Adjectives follow the noun, therefore genitives follow the noun.
Postpositional rule that does not precede the noun are relative - Genitives follow the noun, therefore relative clauses follow the noun
clauses.
Eittlandic also has prepositions. Genitive can follow the noun,
therefore relative clauses must follow the noun. Therefore, we have:
| NPosp | DemN | NumN | PossN | AdjN | GenN | NRel |
This is language C as per Artifexians [[https://docs.google.com/spreadsheets/d/1ZJV1C8g-u8PbZIEHp8t7JT8SSyY7ZetEZ5oBJJn0g2U/edit][list of postpositional
languages]].
* Footnotes * Footnotes
:PROPERTIES: :PROPERTIES: