f662d51c77fb0852172d494e1158c2a3aa3dec88
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

1) <section class="subsection" id="cases">
2) 	<header>Cases</header>
3) 	<?php proposal(); ?>
4) 	<p>The base form of noun is the <span class="grammarterm">nominative</span>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

5) 	<p>Regular nouns can appear in two cases: <span class="grammarterm">nominative</span> and <span class="grammarterm">genitive</span>. The nominative doesn't receive any marker while the genitive is formed by appending the suffix <?php echo(mark("-(e)s", ["type_word", "lang_flk"])); ?> to the word, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huses"], "eng" => ["houses"]])); ?>. The marker for the plural has to be applied first, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser(e)s"], "eng" => ["houses'"]])); ?>.</p>