784b48ae8f4e31ce3ab9a147ccb003975cfbb751
Christian Fraß personal pronouns and infin...

Christian Fraß authored 8 years ago

source/content/negation.html.php 1) <section class="subsection" id="negation">
source/content/negation.html.php 2) 	<header>Negation</header>
source/content/negation.html.php 3) 	<?php proposal(); ?>
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/negation.html.php 4) 	<p>In order to negate the meaning of a predicate, one shall place the word <?php echo(mark("nit", ["type_word", "lang_flk"])); ?> after the flected verb part of the predicate. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di sej nit."], "eng" => ["They don't see."]])); ?></p>
source/content/negation.html.php 5) 	<p>If the verb takes a direct object it is allowed to place the object before the <?php echo(mark("nit", ["type_word", "lang_flk"])); ?>. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di sej us nit."], "eng" => ["They don't see us."]])); ?></p>
source/content/negation.html.php 6) 	<p>Negations can also be expressed implicitly by using negative correlatives. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di sej ing tid."], "eng" => ["They never see."]])); ?></p>
source/content/negation.html.php 7) 	<p>Doubled negations (both explicit and implicit ones) cancel each other out. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di sej nit ing tid."], "eng" => ["They never don't see.", "They always see."]])); ?></p>