nummod
: numeric modifier
A numeric modifier of a noun is a numeral or quantifier that serves to modify the meaning of the noun with a quantity. The noun is always the head and the numeral (or quantifier) is always attached as its modifier. Nevertheless, three different relation labels are used to mark situations where the numeral (or quantifier) a) agrees in case with the noun: nummod; b) governs the morphological case of the noun: nummod:gov; c) does not change the morphological form of the noun: nummod:entity.
Сидеть на двух стульях . \n To-sit on two chairs .
nummod(стульях, двух)
nummod(chairs, two)
Два стула сломаны . \n Two chairs broke .
nummod:gov(стула, Два)
nummod:gov(chairs, Two)
Дом два , подъезд четыре . \n Building two , entrance four .
nummod:entity(Дом, два)
nummod:entity(Building, two)
nummod:entity(подъезд, четыре)
nummod:entity(entrance, four)
Agreement and government with Russian quantifiers
The morphological and syntactic behavior of Russian numerals is complicated, and depends on the type of numeral, it’s case, animacy, and sometimes some other factors.
The cardinal numeral один “one” agrees with the noun in case, number, and gender. It behaves in the same way as ordinal numerals and adjectives.
The paucal cardinal numerals два “two”, три “three”, четыре “four”, оба “both”, пол “half”, and полтора “one and a half” agree with the noun in grammatical case in most cases (nummod). In the Nominative and Accusative inanimate case, however, they govern the Genitive singular form of the noun (nummod:gov). The Accusative animate is similar to the Genitive (nummod). Два “two”, оба “both”, and полтора “one and a half” also agree in gender with the noun in all grammatical cases. Examples:
- Один мужчина спал, два мужчины играли в карты с тремя женщинами. “One.Masc man.Masc slept, two.Masc men.Masc played cards with three women.”
- Одна женщина спала, две женщины играли в карты с тремя мужчинами. “One.Fem woman slept, two.Masc women.Masc played cards with three men.”
- Одно чудовище спало, два чудовища играли в карты с тремя привидениями. “One.Neut monster slept, two.Neut monsters played cards with three ghosts.”
In the examples above, the dependencies of the numeral один “one” and the numeral три “three” (in the Instrumental case) are labeled as nummod
:
Одно чудовище спало , два чудовища играли в карты с тремя привидениями . \n One monster slept , two monsters played cards with three ghosts .
nummod(чудовище, Одно)
nummod(monster, One)
nummod(привидениями, тремя)
nummod(ghosts, three)
nummod:gov(чудовища, два)
nummod:gov(monsters, two)
The cardinal numerals of larger quantity (five and more, e.g. пять “five”, шесть “six”, сто “one hundred”) as well as quantifiers (e.g. много “how many, how much”, сколько “how many, how much”, столько “so many, so much”, несколько “a few”) agree with the noun in grammatical case in most cases exactly as other cardinal numerals (nummod). In the Nominative and Accusative inanimate case, however, they govern the Genitive plural form of the noun (nummod:gov). The following table shows the case of the whole phrase (numeral + noun; first column) and the consequences for the case of the parts (note that these numerals have only three distinct morphological forms, resulting in homonymy).
Phrase Case | Example (paucal) | Example (larger quantity) | Numeral Case | Noun Case |
---|---|---|---|---|
Nom | две женщины | пять женщин | Nom | Gen |
Gen | двух женщин | пяти женщин | Gen | Gen |
Dat | двум женщинам | пяти женщинам | Dat | Dat |
Acc | двух женщин/две вазы | пять женщин/пять ваз | Acc | Acc(anim)/Gen(inan) |
Ins | двумя женщинами | пятью женщинами | Ins | Ins |
Loc | двух женщинах | пяти женщинах | Loc | Loc |
We can say that the noun has the case of the whole phrase if it is in the Dative, Instrumental, or Locative case. The numeral then agrees with the noun in case. The numeral forces the noun to the Genitive case if the whole phrase is in the Nominative and Accusative case. (NB In the Vocative case, the phrase would behave like in the Nominative case, but the Vocative usage is rather hypothetical). In Genitive, the noun and the numeral agree with each other; but note that the numeral uses its inflected form, as in the other cases where it agrees with the noun.
Pronominal quantifiers behave as high-value numerals and govern the quantifed nouns:
- Сколько мужчин играло в карты? “How many men played cards?”
- Несколько (много, мало) мужчин играло в карты. “Several (many, few) men played cards.”
- Столько мужчин, играющих в карты, я никогда не видел. “I have never seen so many men playing cards.”
Examples: ~~~ sdparse Три мужчины играли в карты . \n Three men played cards . nummod:gov(мужчины, Три) nsubj(играли, мужчины) dobj(играли, карты) case(карты, в) punct(играли, .-6) nummod:gov(men, Three) nsubj(played, men) dobj(played, cards) punct(played, .-12) ~~~
Пять мужчин играло в карты . \n Five men played cards .
nummod:gov(мужчин, Пять)
nsubj(играло, мужчин)
dobj(играло, карты)
case(карты, в)
punct(играло, .-6)
nummod:gov(men, Five)
nsubj(played, men)
dobj(played, cards)
punct(played, .-12)
Сколько мужчин играло в карты ? \n How-many men played cards ?
det:numgov(мужчин, Сколько)
nsubj(играло, мужчин)
dobj(играло, карты)
case(карты, в)
punct(играло, ?-6)
det:numgov(men, How-many)
nsubj(played, men)
dobj(played, cards)
punct(played, ?-12)
Играл я в карты с пятью мужчинами . \n Played I cards with five men .
nsubj(Играл, я)
dobj(Играл, карты)
case(карты, в)
iobj(Играл, мужчинами)
case(мужчинами, с)
nummod(мужчинами, пятью)
punct(Играл, .-8)
nsubj(Played, I)
dobj(Played, cards)
iobj(Played, men)
case(men, with)
nummod(men, five)
punct(Played, .-16)
Не помню , со сколькими мужчинами я играл в карты . \n Not I-remember , with how-many men I played cards .
neg(помню, Не)
ccomp(помню, играл)
punct(играл, ,-3)
nsubj(играл, я)
dobj(играл, карты)
case(карты, в)
iobj(играл, мужчинами)
case(мужчинами, со)
det:nummod(мужчинами, сколькими)
punct(помню, .-11)
neg(I-remember, Not)
ccomp(I-remember, played)
punct(played, ,-15)
nsubj(played, I)
dobj(played, cards)
iobj(played, men)
case(men, with)
det:nummod(men, how-many)
punct(I-remember, .-22)
Additional remarks
Миллион “million” and миллиард “billion” are tagged as a NOUN. In the typical case, such words take the Genitive, it is preceded by a smaller number, and it is not followed by smaller numerals (as it is in million five hundred thousand). It is followed by the counted noun and gets the following analysis:
50 миллионов крон \n 50 millions of-crowns
nummod:gov(миллионов, 50-1)
nummod:gov(millions, 50-5)
nmod(миллионов, крон)
nmod(millions, of-crowns)
On the other hand the word тысяча “thousand” may be a noun (на площади были тысячи людей “there were thousands of people in the square”) or a numeral:
максимум 50 тысяч крон \n at-most 50 thousand crowns
advmod(крон, максимум)
nummod:gov(крон, тысяч)
compound(тысяч, 50-2)
advmod(crowns, at-most)
nummod:gov(crowns, thousand)
compound(thousand, 50-7)
Note that the two numeral words in the above example are joined using the compound relation. Also note that the intensifier максимум is attached to the head of the phrase (крон) and not to the number.
Similarly there may be other nodes (such as punctuation) that are attached to the head of the phrase and they are related to the whole phrase rather than directly to the head noun:
( 9 дней ) \n ( 9 days )
punct(дней, (-1)
nummod:gov(дней, 9-2)
punct(дней, )-4)
punct(days, (-6)
nummod:gov(days, 9-7)
punct(days, )-9)
5 минут с установкой \n 5 minutes including adjustment
nummod:gov(минут, 5-1)
nmod(минут, установкой)
case(установкой, с)
nummod:gov(minutes, 5-6)
nmod(minutes, adjustment)
case(adjustment, including)
Dates
Директор предложил расформировать персонал к 31 . 12 . \n Director proposed to-disband the-staff towards 31 st December .
advmod(расформировать, 12)
case(12, к)
punct(12, .-9)
nummod(12, 31-6)
punct(31-6, .-7)
advmod(to-disband, December)
case(December, towards)
punct(December, .-19)
nummod(December, 31-16)
punct(31-16, st)
Numbered objects
House number in address is attached as nummod
to the name of the street:
в доме на Тверской 12 \n in the-building in Tverskaya 12
nmod(доме, Тверской-4)
case(Тверской-4, на-3)
nummod(Тверской-4, 12-5)
nmod(the-building, Tverskaya)
case(Tverskaya, in)
nummod(Tverskaya, 12-11)
Treebank Statistics (UD_Russian)
This relation is universal.
There are 2 language-specific subtypes of nummod
: nummod:entity, nummod:gov.
530 nodes (1%) are attached to their parents as nummod
.
522 instances of nummod
(98%) are right-to-left (child precedes parent).
Average distance between parent and child is 1.31132075471698.
The following 11 pairs of parts of speech are connected with nummod
: ru-pos/NOUN-ru-pos/NUM (464; 88% instances), ru-pos/SYM-ru-pos/NUM (35; 7% instances), ru-pos/ADJ-ru-pos/NUM (9; 2% instances), ru-pos/NOUN-ru-pos/ADJ (6; 1% instances), ru-pos/NUM-ru-pos/NUM (5; 1% instances), ru-pos/VERB-ru-pos/NUM (4; 1% instances), ru-pos/NUM-ru-pos/NOUN (2; 0% instances), ru-pos/PROPN-ru-pos/NUM (2; 0% instances), ru-pos/ADJ-ru-pos/PUNCT (1; 0% instances), ru-pos/NOUN-ru-pos/NOUN (1; 0% instances), ru-pos/PRON-ru-pos/NUM (1; 0% instances).
# visual-style 7 bgColor:blue
# visual-style 7 fgColor:white
# visual-style 8 bgColor:blue
# visual-style 8 fgColor:white
# visual-style 8 7 nummod color:blue
1 Сено СЕНО PROPN NNP Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing 5 nsubj _ _
2 ( ( PUNCT ( _ 1 punct _ _
3 ) ) PUNCT ) _ 1 punct _ _
4 -- -- PUNCT -- _ 5 punct _ _
5 одна ОДИН NUM CD Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing 0 root _ _
6 из ИЗ ADP IN _ 8 case _ _
7 45 45 NUM CD Case=Gen 8 nummod _ _
8 провинций ПРОВИНЦИЯ NOUN NN Animacy=Inan|Case=Gen|Gender=Fem|Number=Plur 5 nmod _ _
9 Буркина БУРКИНА PROPN NNP Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing 8 nmod _ _
10 - - PUNCT - _ 9 goeswith _ _
11 Фасо ФАСО ADV AFX _ 9 goeswith _ _
12 . . PUNCT . _ 5 punct _ _
# visual-style 7 bgColor:blue
# visual-style 7 fgColor:white
# visual-style 8 bgColor:blue
# visual-style 8 fgColor:white
# visual-style 8 7 nummod color:blue
1 Температура ТЕМПЕРАТУРА NOUN NN Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing 5 nsubj _ _
2 ее ЕЕ DET PRP$ Person=3 1 det _ _
3 летом ЛЕТО NOUN RB Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing 5 nmod _ _
4 не НЕ PART NEG _ 5 neg _ _
5 превышает ПРЕВЫШАТЬ VERB VBC Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
6 + + SYM SYM _ 7 punct _ _
7 15 15 NUM CD Case=Gen 8 nummod _ _
8 ° ° SYM SYM _ 5 dobj _ _
9 . . PUNCT . _ 5 punct _ _
# visual-style 6 bgColor:blue
# visual-style 6 fgColor:white
# visual-style 7 bgColor:blue
# visual-style 7 fgColor:white
# visual-style 7 6 nummod color:blue
1 За ЗА ADP IN _ 2 case _ _
2 годы ГОД NOUN NN Animacy=Inan|Case=Acc|Gender=Masc|Number=Plur 4 nmod _ _
3 войны ВОЙНА NOUN NN Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing 2 nmod _ _
4 погибло ПОГИБНУТЬ VERB VBC Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root _ _
5 около ОКОЛО ADP IN _ 7 case _ _
6 девяти ДЕВЯТЬ NUM CD Case=Gen 7 nummod _ _
7 десятых ДЕСЯТЫЙ ADJ ORD Animacy=Inan|Case=Gen|Number=Plur 10 nmod _ _
8 основных ОСНОВНОЙ ADJ JJL Animacy=Inan|Case=Gen|Number=Plur|Variant=Full 10 amod _ _
9 лесных ЛЕСНОЙ ADJ JJL Animacy=Inan|Case=Gen|Number=Plur|Variant=Full 10 amod _ _
10 богатств БОГАТСТВО NOUN NN Animacy=Inan|Case=Gen|Gender=Neut|Number=Plur 4 nmod _ _
11 лесопарка ЛЕСОПАРК NOUN NN Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing 10 nmod _ _
12 . . PUNCT . _ 4 punct _ _
Treebank Statistics (UD_Russian-SynTagRus)
This relation is universal.
There are 2 language-specific subtypes of nummod
: nummod:entity, nummod:gov.
11759 nodes (1%) are attached to their parents as nummod
.
8866 instances of nummod
(75%) are right-to-left (child precedes parent).
Average distance between parent and child is 1.67573773280041.
The following 14 pairs of parts of speech are connected with nummod
: ru-pos/NOUN-ru-pos/NUM (8279; 70% instances), ru-pos/VERB-ru-pos/NUM (994; 8% instances), ru-pos/NUM-ru-pos/NUM (937; 8% instances), ru-pos/SYM-ru-pos/NUM (832; 7% instances), ru-pos/PROPN-ru-pos/NUM (540; 5% instances), ru-pos/ADJ-ru-pos/NUM (119; 1% instances), ru-pos/ADV-ru-pos/NUM (39; 0% instances), ru-pos/NOUN-ru-pos/NOUN (5; 0% instances), ru-pos/PRON-ru-pos/NUM (4; 0% instances), ru-pos/X-ru-pos/NUM (4; 0% instances), ru-pos/NOUN-ru-pos/ADV (2; 0% instances), ru-pos/SCONJ-ru-pos/NUM (2; 0% instances), ru-pos/CONJ-ru-pos/NUM (1; 0% instances), ru-pos/NOUN-ru-pos/ADJ (1; 0% instances).
# visual-style 3 bgColor:blue
# visual-style 3 fgColor:white
# visual-style 4 bgColor:blue
# visual-style 4 fgColor:white
# visual-style 4 3 nummod color:blue
1 Всего всего ADV _ Degree=Pos 3 advmod _ _
2 - - PUNCT - _ 1 punct _ _
3 440 440 NUM _ _ 4 nummod _ _
4 человек человек NOUN _ Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing 0 root _ _
5 , , PUNCT , _ 4 punct _ _
6 из из ADP _ _ 7 case _ _
7 них они PRON _ _ 11 advmod _ _
8 - - PUNCT - _ 7 punct _ _
9 160 160 NUM _ _ 11 nummod _ _
10 иностранных иностранный ADJ _ Case=Gen|Degree=Pos|Number=Plur 11 amod _ _
11 восходителей восходитель NOUN _ Animacy=Anim|Case=Gen|Gender=Masc|Number=Plur 4 conj _ _
12 . . PUNCT . _ 4 punct _ _
# visual-style 1 bgColor:blue
# visual-style 1 fgColor:white
# visual-style 6 bgColor:blue
# visual-style 6 fgColor:white
# visual-style 6 1 nummod color:blue
1 23 23 NUM _ _ 6 nummod _ _
2 января январь NOUN _ Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing 1 nmod _ _
3 2002 2002 NUM _ _ 4 nummod _ _
4 года год NOUN _ Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing 2 nmod _ _
5 не не PART _ _ 6 neg _ _
6 стало стать VERB _ Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin|Voice=Act 0 root _ _
7 Пьера пьер PROPN _ Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing 6 nsubj _ _
8 Бурдье бурдье PROPN _ Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing 7 name _ _
9 … … PUNCT … _ 6 punct _ _
# visual-style 5 bgColor:blue
# visual-style 5 fgColor:white
# visual-style 3 bgColor:blue
# visual-style 3 fgColor:white
# visual-style 3 5 nummod color:blue
1 Делает делать VERB _ Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act 0 root _ _
2 по по ADP _ _ 10 case _ _
3 60 60 NUM _ _ 10 nummod _ _
4 , , PUNCT , _ 3 punct _ _
5 70 70 NUM _ _ 3 nummod _ _
6 , , PUNCT , _ 5 punct _ _
7 80 80 NUM _ _ 5 nummod _ _
8 , , PUNCT , _ 7 punct _ _
9 90 90 NUM _ _ 7 nummod _ _
10 дублей дубль NOUN _ Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur 1 nsubj _ _
11 … … PUNCT … _ 1 punct _ _
nummod in other languages: [bg] [cs] [de] [el] [en] [es] [eu] [fa] [fi] [fr] [ga] [he] [hu] [it] [ja] [ko] [sv] [u]