git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
f662d51
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
definiteness.html.php
fs -> flk
Christian Fraß
commited
f662d51
at 2017-07-27 00:19:14
definiteness.html.php
Blame
History
Raw
<section class="subsection" id="definiteness"> <header>Definiteness</header> <?php proposal(); ?> <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> <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> </section>