Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Oct 9, 2023
1 parent 9fd63c8 commit 1a340dc
Showing 1 changed file with 84 additions and 5 deletions.
89 changes: 84 additions & 5 deletions el/dep/obj.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>dobj</title>
<title>obj</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
Expand Down Expand Up @@ -76,22 +76,22 @@
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2><code>dobj</code>: direct object</h2>
<h2><code>obj</code>: direct object</h2>

<p>The direct object of a verb is the noun phrase that denotes the entity acted upon. The direct object is typically marked by the accusative case in Greek.</p>

<pre><code class="language-sdparse">Ο υπουργός ενημέρωσε το σώμα
dobj(ενημέρωσε, σώμα)
obj(ενημέρωσε, σώμα)
</code></pre>

<p>However, some verbs take objects in genitive:</p>

<pre><code class="language-sdparse">Η Αντιγόνη μοιάζει της Αρετής.Gen
dobj(μοιάζει, Αρετής.Gen)
obj(μοιάζει, Αρετής.Gen)
</code></pre>

<pre><code class="language-sdparse">Οι συνεδριάσεις προηγούνται των αποφάσεων.Gen
dobj(προηγούνται, αποφάσεων.Gen)
obj(προηγούνται, αποφάσεων.Gen)
</code></pre>

<p>In general, if there is just one object, it should be labeled <code class="language-plaintext highlighter-rouge">obj</code>,
Expand All @@ -107,6 +107,85 @@ <h2><code>dobj</code>: direct object</h2>
<!-- "in other languages" links -->
<hr/>

obj in other languages:

[<a href="../../bej/dep/obj.html">bej</a>]

[<a href="../../bg/dep/obj.html">bg</a>]

[<a href="../../bm/dep/obj.html">bm</a>]

[<a href="../../cop/dep/obj.html">cop</a>]

[<a href="../../cs/dep/obj.html">cs</a>]

[<a href="../../de/dep/obj.html">de</a>]

[<a href="../../el/dep/obj.html">el</a>]

[<a href="../../en/dep/obj.html">en</a>]

[<a href="../../es/dep/obj.html">es</a>]

[<a href="../../ess/dep/obj.html">ess</a>]

[<a href="../../et/dep/obj.html">et</a>]

[<a href="../../eu/dep/obj.html">eu</a>]

[<a href="../../fi/dep/obj.html">fi</a>]

[<a href="../../fr/dep/obj.html">fr</a>]

[<a href="../../fro/dep/obj.html">fro</a>]

[<a href="../../ga/dep/obj.html">ga</a>]

[<a href="../../gsw/dep/obj.html">gsw</a>]

[<a href="../../hy/dep/obj.html">hy</a>]

[<a href="../../it/dep/obj.html">it</a>]

[<a href="../../ja/dep/obj.html">ja</a>]

[<a href="../../kk/dep/obj.html">kk</a>]

[<a href="../../kmr/dep/obj.html">kmr</a>]

[<a href="../../ky/dep/obj.html">ky</a>]

[<a href="../../mr/dep/obj.html">mr</a>]

[<a href="../../no/dep/obj.html">no</a>]

[<a href="../../pcm/dep/obj.html">pcm</a>]

[<a href="../../pt/dep/obj.html">pt</a>]

[<a href="../../qpm/dep/obj.html">qpm</a>]

[<a href="../../ro/dep/obj.html">ro</a>]

[<a href="../../ru/dep/obj.html">ru</a>]

[<a href="../../sl/dep/obj.html">sl</a>]

[<a href="../../sv/dep/obj.html">sv</a>]

[<a href="../../swl/dep/obj.html">swl</a>]

[<a href="../../tr/dep/obj.html">tr</a>]

[<a href="../../u/dep/obj.html">u</a>]

[<a href="../../vi/dep/obj.html">vi</a>]

[<a href="../../yue/dep/obj.html">yue</a>]

[<a href="../../zh/dep/obj.html">zh</a>]



</div>

Expand Down

0 comments on commit 1a340dc

Please sign in to comment.