270847a5a6badc57411c713b4d8646dc4d18a577
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ß update

Christian Fraß authored 7 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_fs"])); ?> 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>