nmod:part
This subtype of nmod is used for marking the part-whole relations. The structure is similar to nmod:poss in most cases, but the range structures expressing “part of” is diverse, and distinction is often be useful.
edit input brat info Kitapların üçü \n three of the books nmod:part(üçü, Kitapların){ "text": "Kitapların üçü \n three of the books ", "entities": [ [ "embedded-1-T1", "token", [ [ 0, 10 ] ] ], [ "embedded-1-T2", "token", [ [ 11, 14 ] ] ], [ "embedded-1-T4", "token", [ [ 17, 22 ] ] ], [ "embedded-1-T5", "token", [ [ 23, 25 ] ] ], [ "embedded-1-T6", "token", [ [ 26, 29 ] ] ], [ "embedded-1-T7", "token", [ [ 30, 35 ] ] ] ], "relations": [ [ "embedded-1-R1", "nmod:part", [ [ "arg1", "embedded-1-T2" ], [ "arg2", "embedded-1-T1" ] ] ] ], "attributes": [], "error": false, "sentlabels": [ "1" ] }
edit input brat info Kitapların hepsi \n All of the books nmod:part(hepsi, Kitapların){ "text": "Kitapların hepsi \n All of the books ", "entities": [ [ "embedded-2-T1", "token", [ [ 0, 10 ] ] ], [ "embedded-2-T2", "token", [ [ 11, 16 ] ] ], [ "embedded-2-T4", "token", [ [ 19, 22 ] ] ], [ "embedded-2-T5", "token", [ [ 23, 25 ] ] ], [ "embedded-2-T6", "token", [ [ 26, 29 ] ] ], [ "embedded-2-T7", "token", [ [ 30, 35 ] ] ] ], "relations": [ [ "embedded-2-R1", "nmod:part", [ [ "arg1", "embedded-2-T2" ], [ "arg2", "embedded-2-T1" ] ] ] ], "attributes": [], "error": false, "sentlabels": [ "2" ] }
Sevidiğim kitaplardan biri \n One of the books I like nmod:part(biri, kitaplardan)
Şu elmalardan bir kilo \n A kilo of\/from those apples nmod:part(kilo, elmalardan)
Öğrencilerden bir kız \n A girl from\/among the students nmod:part(kız, Öğrencilerden)
Öğrenciler arasından bir kız \n A girl from\/among the students nmod:part(kız, Öğrenciler) case(Öğrenciler, arasından)