6e384e0fbefb8bba3f35a3251ab0f3df0c7d2469
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

1) <section class="subsection" id="modal_verbs">
2) 	<header>Modal verbs</header>
3) 	<?php proposal(); ?>
4) 	<p>The following verbs are modal verbs in Folksprak:</p>
5) 	<ul>
6) <?php
7) 	$entries =
8) 	[
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

9) 		["fs" => ["mute"], "en" => ["to must"]],
Christian Fraß intermediate

Christian Fraß authored 7 years ago

10) 		["fs" => ["kane"], "en" => ["to can"]],
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

11) 		["fs" => ["vile"], "en" => ["to will"]],
12) 		["fs" => ["skale"], "en" => ["to shall"]],
13) 		// ["fs" => ["darfe"], "en" => ["to be allowed to"]],
Christian Fraß intermediate

Christian Fraß authored 7 years ago

14) 		["fs" => ["vöre"], "en" => ["(to have the contingent readiness to do something)"]],
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

15) 	];
16) 	foreach ($entries as $entry)
17) 	{
18)  ?>
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

19) 		<li><?php echo(format_correlation("type_word")($entry)); ?></li>
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

20) <?php
21) 	}
22)  ?>
23) 	</ul>
Christian Fraß intermediate

Christian Fraß authored 7 years ago

24) 	<p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["fs" => ["Vi hop tu finde vater har."], "en" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["fs" => ["Vi kan finde vater har."], "en" => ["We can find water here."]])); ?></p>
25) 	<p>The special modal verb <?php echo(mark("vöre", ["type_word", "lang_fs"])); ?> is used for expressing the subjunctive.</p>