[Eittlandic] Private grammar stuff
This commit is contained in:
parent
cc47f955ea
commit
7a034da57f
@ -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 /Hawkin’s 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 Artifexian’s [[https://docs.google.com/spreadsheets/d/1ZJV1C8g-u8PbZIEHp8t7JT8SSyY7ZetEZ5oBJJn0g2U/edit][list of postpositional
|
||||||
|
# languages]].
|
||||||
|
|
||||||
Per /Hawkin’s Universals/:
|
Per /Hawkin’s 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 Artifexian’s [[https://docs.google.com/spreadsheets/d/1ZJV1C8g-u8PbZIEHp8t7JT8SSyY7ZetEZ5oBJJn0g2U/edit][list of postpositional
|
|
||||||
languages]].
|
|
||||||
|
|
||||||
* Footnotes
|
* Footnotes
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
Reference in New Issue
Block a user