git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
dee63d9
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
definiteness.html.php
save
Christian Fraß
commited
dee63d9
at 2018-08-05 20:00:22
definiteness.html.php
Blame
History
Raw
<section class="subsection" id="definiteness"> <header>Definiteness</header> <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> <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> <span class="todo">abstract aspect like in "sand is dry"</span> </section>