f662d51c77fb0852172d494e1158c2a3aa3dec88
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ß update

Christian Fraß authored 7 years ago

9) 		["flk" => ["mute"], "eng" => ["to must"]],
Christian Fraß merge

Christian Fraß authored 6 years ago

10) 		["flk" => ["kane"], "eng" => ["to can"]],
Christian Fraß update

Christian Fraß authored 7 years ago

11) 		["flk" => ["vile"], "eng" => ["to will"]],
12) 		["flk" => ["skale"], "eng" => ["to shall"]],
13) 		// ["flk" => ["darfe"], "eng" => ["to be allowed to"]],
Christian Fraß merge

Christian Fraß authored 6 years ago

14) 		["flk" => ["vöre"], "eng" => ["(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ß merge

Christian Fraß authored 6 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")(["flk" => ["Vi hop tu finde vater har."], "eng" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["flk" => ["Vi kan finde vater har."], "eng" => ["We can find water here."]])); ?></p>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

25) 	<p>The special modal verb <?php echo(mark("vöre", ["type_word", "lang_flk"])); ?> is used for expressing the subjunctive.</p>