Dutch Binominal Nouns #
Lexical entries for Dutch nouns appearing in van-binominal constructions,
classified by the shared OfBinominalType taxonomy.
Dutch uses van as the linking element. Like English, Dutch has productive evaluative BNPs (een beer van een man 'a bear of a man') and pseudo-partitives (een glas water / een glas van water).
The Den Dikken (2006) comparative QBNP analysis was originally based on Dutch data.
Examples #
- Pseudo-partitive: een glas water 'a glass of water'
- EBNP: een beer van een man 'a bear of a man'
- EBNP: een schat van een kind 'a treasure of a child'
A Dutch binominal N₁ noun entry.
- form : String
Surface form.
- neuter : Bool
Grammatical gender (de/het). True = neuter (het-word).
- constructions : List Core.Lexical.Binominal.OfBinominalType
Which van-binominal constructions this noun appears in.
- gloss : String
English gloss.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Dutch.Binominals.instBEqBinominalN₁Entry.beq x✝¹ x✝ = false
Instances For
Equations
- Fragments.Dutch.Binominals.glas = { form := "glas", neuter := true, constructions := [Core.Lexical.Binominal.OfBinominalType.pseudoPartitive], gloss := "glass" }
Instances For
Equations
- Fragments.Dutch.Binominals.stuk = { form := "stuk", neuter := true, constructions := [Core.Lexical.Binominal.OfBinominalType.pseudoPartitive], gloss := "piece" }
Instances For
Equations
- Fragments.Dutch.Binominals.groep = { form := "groep", neuter := false, constructions := [Core.Lexical.Binominal.OfBinominalType.pseudoPartitive], gloss := "group" }
Instances For
Equations
- Fragments.Dutch.Binominals.hoop = { form := "hoop", neuter := false, constructions := [Core.Lexical.Binominal.OfBinominalType.pseudoPartitive], gloss := "heap/lot" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Dutch.Binominals.schat = { form := "schat", neuter := false, constructions := [Core.Lexical.Binominal.OfBinominalType.evaluative], gloss := "treasure" }
Instances For
Equations
- Fragments.Dutch.Binominals.ramp = { form := "ramp", neuter := false, constructions := [Core.Lexical.Binominal.OfBinominalType.evaluative], gloss := "disaster" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dutch evaluative BNPs are N₂-headed.