A conjunct is the relation between two elements connected by a
coordinating conjunction, such as και, αλλά, etc. We treat
conjunctions asymmetrically: The head of the relation is the first
conjunct and all the other conjuncts depend on it via the conj relation.
Μια μικρή αλλά ανθηρή επιχείρηση .
amod(επιχείρηση, μικρή)
cc(μικρή, αλλά)
conj(μικρή, ανθηρή)
Coordinate clauses are treated the same way as coordination of other constituent types:
Ο οδηγός ενοχλήθηκε και άρχισε να κορνάρει .
cc(ενοχλήθηκε, και)
conj(ενοχλήθηκε, άρχισε)
Coordination may be asyndetic, which means that the coordinating conjunction is omitted.
Commas or other punctuation symbols will delimit the conjuncts in the typical case.
Θα προωθήσουν ένα ασφαλέστερο , πιο ανθεκτικό παγκόσμιο χρηματοπιστωτικό σύστημα .
conj(ασφαλέστερο, ανθεκτικό)
punct(ασφαλέστερο, ,-5)
Coordination can apply to most word categories.
Άνοιξαν και έκλεισαν την πόρτα .
conj(Άνοιξαν, έκλεισαν)
cc(Άνοιξαν, και)
dobj(Άνοιξαν, πόρτα)
από και προς το αεροδρόμιο
case(αεροδρόμιο, από)
cc(από, και)
conj(από, προς)
εάν και εφόσον δεήσουν
mark(δεήσουν, εάν)
cc(εάν, και)
conj(εάν, εφόσον)
TODO
Shared dependents.
Nested coordination.
Treebank Statistics (UD_Greek)
This relation is universal.
2167 nodes (4%) are attached to their parents as conj.
2153 instances of conj (99%) are left-to-right (parent precedes child).
Average distance between parent and child is 7.9852330410706.