8794e319de05611d80218f8a3f07fa1992d0c228
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"]],
10) 		["fs" => ["köne"], "en" => ["to can"]],
11) 		["fs" => ["vile"], "en" => ["to will"]],
12) 		["fs" => ["skale"], "en" => ["to shall"]],
13) 		// ["fs" => ["darfe"], "en" => ["to be allowed to"]],
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

19) <?php
20) 	}
21)  ?>
22) 	</ul>
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

23) 	<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 kön finde vater har."], "en" => ["We can find water here."]])); ?></p>