punct
: punctuation
This is used for any piece of punctuation in a clause.
Иди домой ! \n Go home !
punct(Иди, !-3)
punct(Go, !-7)
Tokens with the relation punct
always attach to content words (except in cases of ellipsis) and can never have dependents.
Since punct
is not a normal dependency relation, the usual criteria for determining the head word do not apply.
Instead, we use the following principles:
- A punctuation mark separating coordinated units is attached to the following conjunct.
- A punctuation mark preceding or following a subordinated unit is attached to this unit.
- Within the relevant unit, a punctuation mark is attached at the highest possible node that preserves projectivity.
- Paired punctuation marks (quotes and brackets) should be attached to the same word unless that would create non-projectivity. This word is usually the head of the phrase enclosed in the paired punctuation.
Мы покупаем яблоки , груши , апельсины и бананы . \n We buy apples , pears , oranges and bananas .
obj(покупаем, яблоки)
obj(buy, apples)
conj(яблоки, груши)
conj(яблоки, апельсины)
conj(яблоки, бананы)
conj(apples, pears)
conj(apples, oranges)
conj(apples, bananas)
cc(бананы, и)
cc(bananas, and)
punct(груши, ,-4)
punct(апельсины, ,-6)
punct(pears, ,-15)
punct(oranges, ,-17)
Мужчина , которого ты вчера видел , пришёл снова . \n Man , whom you-have yesterday seen , came again .
punct(видел, ,-2)
punct(seen, ,-13)
punct(видел, ,-7)
punct(seen, ,-18)
punct(пришёл, .-10)
punct(came, .-21)
Аббревиатура напр . означает " например " . \n The-abbreviation eg . means " for-example " .
punct(напр, .-3)
punct(eg, .-12)
punct(например, "-5)
punct(for-example, "-14)
punct(например, "-7)
punct(for-example, "-16)
punct(означает, .-8)
punct(means, .-17)
punct in other languages: [bej] [cop] [cs] [el] [en] [es] [eu] [fi] [fr] [ga] [hy] [it] [ja] [ka] [kk] [ky] [no] [pt] [qpm] [ru] [sl] [sv] [tr] [u] [urj] [yue] [zh]