8794e319de05611d80218f8a3f07fa1992d0c228
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ß added transition-data and t...

Christian Fraß authored 7 years ago

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