Dutch Noun Lexicon Fragment #
@cite{krifka-2004} @cite{chierchia-1998} @cite{le-bruyn-de-swart-2022}
Dutch-specific noun entries with scrambling support. Dutch allows scrambling: objects can move across negation/adverbs, affecting bare plural scope.
Based on @cite{le-bruyn-de-swart-2022}: scrambled BPs take wide scope but can still be kind-referring, supporting @cite{krifka-2004} over @cite{chierchia-1998}.
Equations
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.Nouns.instBEqNounEntry.beq x✝¹ x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- Fragments.Dutch.Nouns.instBEqNPNumber.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Scrambling position in the Dutch middle field.
- unscrambled : ScramblingPosition
- scrambled : ScramblingPosition
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Dutch.Nouns.instBEqScramblingPosition.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
A Dutch noun phrase with scrambling information.
- noun : NounEntry
- number : NPNumber
- isBare : Bool
- position : Option ScramblingPosition
Instances For
Equations
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.Nouns.instBEqNP.beq x✝¹ x✝ = false
Instances For
Equations
Equations
- np.isBarePlural = (np.isBare && np.number == Fragments.Dutch.Nouns.NPNumber.pl)
Instances For
Equations
Instances For
Equations
- np.isBareMass = (np.isBare && np.number == Fragments.Dutch.Nouns.NPNumber.mass)
Instances For
Equations
- np.isBareSingular = (np.isBare && np.number == Fragments.Dutch.Nouns.NPNumber.sg)
Instances For
Equations
- Fragments.Dutch.Nouns.barePlural n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.pl, isBare := true }
Instances For
Equations
- Fragments.Dutch.Nouns.barePluralScrambled n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.pl, isBare := true, position := some Fragments.Dutch.Nouns.ScramblingPosition.scrambled }
Instances For
Equations
- Fragments.Dutch.Nouns.barePluralUnscrambled n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.pl, isBare := true, position := some Fragments.Dutch.Nouns.ScramblingPosition.unscrambled }
Instances For
Equations
- Fragments.Dutch.Nouns.bareMass n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.mass, isBare := true }
Instances For
Equations
- Fragments.Dutch.Nouns.bareSingular n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.sg, isBare := true }
Instances For
def
Fragments.Dutch.Nouns.definiteNP
(n : NounEntry)
(det : String := "de")
(num : NPNumber := NPNumber.sg)
:
Equations
Instances For
Equations
- Fragments.Dutch.Nouns.eenNP n = { noun := n, number := Fragments.Dutch.Nouns.NPNumber.sg, isBare := false, determiner := some "een" }
Instances For
Dutch blocking: articles block covert type shifts, bare singulars cannot occur.
Equations
Instances For
BP scope: unscrambled = narrow, scrambled = wide.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Fragments.Dutch.Nouns.mens = { formSg := "mens", formPl := some "mensen" }
Instances For
Equations
- Fragments.Dutch.Nouns.geest = { formSg := "geest", formPl := some "geesten" }
Instances For
Equations
- Fragments.Dutch.Nouns.student = { formSg := "student", formPl := some "studenten" }
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Fragments.Dutch.Nouns.water = { formSg := "water", countable := false }
Instances For
Equations
- Fragments.Dutch.Nouns.goud = { formSg := "goud", countable := false }
Instances For
Equations
- Fragments.Dutch.Nouns.meel = { formSg := "meel", countable := false }
Instances For
Equations
- Fragments.Dutch.Nouns.helen = { formSg := "Helen", proper := true }
Instances For
Equations
- Fragments.Dutch.Nouns.jan = { formSg := "Jan", proper := true }
Instances For
Equations
- Fragments.Dutch.Nouns.piet = { formSg := "Piet", proper := true }
Instances For
Equations
- Fragments.Dutch.Nouns.marie = { formSg := "Marie", proper := true }
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.