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

Christian Fraß authored 7 years ago

1) <section class="subsection" id="definiteness">
2) 	<header>Definiteness</header>
3) 	<?php proposal(); ?>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

4) 	<p>The undefinite aspect of a singular noun is formed by using the article <?php echo(mark("eng", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["en hus"], "eng" => ["a house"]])); ?>. Undefinite plural nouns don't have an article, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p>
5) 	<p>The definite aspect of both singular and plural nouns is formed by using the article <?php echo(mark("deu", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["de hus"], "eng" => ["the house"]])); ?>.</p>