git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
f662d51
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
infinite_verbforms.html.php
fs -> flk
Christian Fraß
commited
f662d51
at 2017-07-27 00:19:14
infinite_verbforms.html.php
Blame
History
Raw
<section class="subsection" id="infinite_verbforms"> <header>Infinite Verbforms</header> <p>The <span class="grammarterm">infinitive</span> is formed by appending <?php echo(mark("-e", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrive"], "eng" => ["to write"]])); ?>. In some cases it is mandatory to mark the infinitive with the special particle <?php echo(mark("tu", ["type_word", "lang_flk"])); ?> in order to form the <span class="grammarterm">extended intfinitive</span>, e.g.: <?php echo(format_correlation("type_sentence")(["flk" => ["Han hop tu finde en svart sten."], "eng" => ["He hopes to find a black stone."]])); ?>.</p> <span class="todo">Specify cases for extended infinitive</span> <p>The <span class="grammarterm">active participle</span> is formed by appending <?php echo(mark("-end", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivend"], "eng" => ["writing"]])); ?>.</p> <p>The <span class="grammarterm">passive participle</span> is formed by appending <?php echo(mark("-et", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivet"], "eng" => ["written"]])); ?>. If pronouncable, the <?php echo(mark("e", ["type_letter", "lang_flk"])); ?> in the ending can be omitted, e.g. <?php echo(mark("skrivt", ["type_word", "lang_flk"])); ?>.</p> </section>