renamed structure to content
Christian Fraß authored 8 years ago
|
source/content/sentence_structure.html.php 1) <section class="section" id="sentence_content">
|
advanced
fenris authored 8 years ago
|
source/structure/sentence_structure.html.php 2) <header>Sentence Structure</header>
|
save
Christian Fraß authored 6 years ago
|
source/content/sentence_structure.html.php 3) <p>Underlined parts are mandatory components</p>
|
better table-snap
Christian Fraß authored 8 years ago
|
source/content/sentence_structure.html.php 4) <section class="subsection" id="declarative_sentences">
source/content/sentence_structure.html.php 5) <header>Declarative Sentences</header>
source/content/sentence_structure.html.php 6) <p>Scheme: "<span class="clause subject meta optional">subject</span> <span class="clause predicate meta mandatory">predicate</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>."</p>
source/content/sentence_structure.html.php 7) <p>Example: "<span class="clause subject">De vulf</span> <span class="clause predicate">hav givt</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span> <span class="clause other">po fordag</span>."</p>
source/content/sentence_structure.html.php 8) <p>Translation: <span class="sentence lang_en">The wolf has given a stone to the bird yesterday.</span></p>
source/content/sentence_structure.html.php 9) </section>
source/content/sentence_structure.html.php 10) <section class="subsection" id="interrogative_sentences">
source/content/sentence_structure.html.php 11) <header>Interrogative Sentences</header>
source/content/sentence_structure.html.php 12) <p>Scheme: "<span class="clause predicate meta mandatory">predicate:flected verb</span> <span class="clause subject meta optional">subject</span> <span class="clause predicate meta mandatory">predicate:rest</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>."</p>
source/content/sentence_structure.html.php 13) <p>Example: "<span class="clause predicate">Hav</span> <span class="clause subject">de vulf</span> <span class="clause predicate">givt</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span> <span class="clause other">po fordag</span>?"</p>
source/content/sentence_structure.html.php 14) <p>Translation: <span class="sentence lang_en">Has the wolf given a stone to the bird yesterday?</span></p>
source/content/sentence_structure.html.php 15) </section>
source/content/sentence_structure.html.php 16) <section class="subsection" id="imperative_sentences">
source/content/sentence_structure.html.php 17) <header>Imperative Sentences</header>
source/content/sentence_structure.html.php 18) <p>Scheme: "<span class="clause predicate meta mandatory">predicate</span> <span class="clause subject meta optional">subject</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>!"</p>
|
save
Christian Fraß authored 6 years ago
|
source/content/sentence_structure.html.php 19) <p>Example: "<span class="clause predicate">Giv</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span>!"</p>
|
better table-snap
Christian Fraß authored 8 years ago
|
source/content/sentence_structure.html.php 20) <p>Translation: <span class="sentence lang_en">Give a stone to the bird!</span></p>
source/content/sentence_structure.html.php 21) </section>
|
save
Christian Fraß authored 6 years ago
|
source/content/sentence_structure.html.php 22) <section class="subsection" id="dependent_clauses">
source/content/sentence_structure.html.php 23) <header>Dependent clauses</header>
source/content/sentence_structure.html.php 24) <span class="todo">all</span>
source/content/sentence_structure.html.php 25) </section>
source/content/sentence_structure.html.php 26) <section class="subsection" id="inversions">
source/content/sentence_structure.html.php 27) <header>Inversion</header>
source/content/sentence_structure.html.php 28) <span class="todo">all</span>
source/content/sentence_structure.html.php 29) </section>
|