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

Christian Fraß authored 7 years ago

1) <section class="subsection" id="definiteness">
2) 	<header>Definiteness</header>
Christian Fraß save

Christian Fraß authored 5 years ago

3) 	<p>The undefinite aspect of a singular noun is formed by using the article <?php echo(mark("en", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["en dag"], "eng" => ["a day"]])); ?>. Undefinite plural nouns don't have an article, e.g. <?php echo(format_correlation("type_word")(["flk" => ["dager"], "eng" => ["days"]])); ?>.</p>
4) 	<p>The definite aspect of both singular and plural nouns is formed by using the article <?php echo(mark("de", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["de dag"], "eng" => ["the day"]])); ?>.</p>
5) 	<span class="todo">abstract aspect like in "sand is dry"</span>