Documentation

Linglib.Fragments.Dutch.Adjectives

Dutch Adjective Lexicon Fragment #

[McNdS11] [BK11]

Dutch adjective entries with morphological alternation: each adjective typically has three lexical forms — uninflected (rood), inflected with -e (rode), and derived nominalisation in -heid (roodheid). A small class of adjectives (forms ending in /ə/, -a, or -en) does not participate in the alternation; this is recorded as inflectionAlternation = false.

The schema records consensus Dutch grammatical metadata — distinctions that any theory of Dutch adjective semantics could consume. Theory- and paper-specific apparatus (the Pasp relational denotation, trope vs kind classification, Chierchia ∩ in het-as-nominaliser) lives in the relevant study files (currently Studies/McNallyDeSwart2011.lean).

Inflection alternation #

The Dutch adjective takes the suffix -e in:

It appears in its uninflected form only with indefinite singular neuter nouns (een groen boek). Adjectives ending in /ə/ (roze, mauve), -a (lila), or -en (gouden) do not show the alternation.

-heid derivation #

The suffix -heid derives a non-neuter noun from an adjective base: rood → roodheid, bitter → bitterheid, dicht → dichtheid. Not all adjectives admit -heid derivation; concrete adjectives (dicht 'closed') admit it less productively than abstract ones.

Semantic domain of a Dutch adjective entry. The distinction between abstract and concrete domains tracks the differential availability of the inflected nominalisation construction discussed in [McNdS11] §1: abstract adjectives (vreemd, gezond, leuk) admit it freely, concrete adjectives (dicht) rarely or not at all.

  • color : Domain

    Color terms (rood, wit, groen, ...).

  • taste : Domain

    Taste terms (bitter, zoet, zuur, zout).

  • abstract : Domain

    Abstract evaluative/quality adjectives (vreemd, gezond, leuk).

  • concrete : Domain

    Concrete physical-property adjectives (dicht, zwaar).

Instances For
    @[implicit_reducible]
    Equations
    def Dutch.Adjectives.instReprDomain.repr :
    DomainNatStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      Instances For

        A lexical entry for a Dutch adjective.

        Records the three morphological forms and the semantic domain. The inflectionAlternation flag distinguishes the productive alternation pattern (most adjectives) from the small exceptional class that does not show the alternation (forms in /ə/, -a, -en per [McNdS11] §1).

        • form : String

          Uninflected form (lemma; also predicative + indef-neuter use).

        • formInfl : Option String

          Inflected form with -e suffix; none for the exceptional class.

        • nominalHeid : Option String

          Derived nominalisation in -heid; none if no -heid form attested.

        • domain : Domain

          Semantic domain.

        • inflectionAlternation : Bool

          Whether the adjective shows the +e vs uninflected alternation.

        Instances For
          def Dutch.Adjectives.instDecidableEqAdjEntry.decEq (x✝ x✝¹ : AdjEntry) :
          Decidable (x✝ = x✝¹)
          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.
            Instances For
              Equations
              Instances For

                Color terms #

                Examples drawn from [McNdS11] (3), (6), (7) and standard Dutch dictionaries.

                rood 'red' (paper §1, §3.1; ex (3)).

                Equations
                Instances For

                  wit 'white' (paper §3.1; ex (3b)).

                  Equations
                  Instances For

                    groen 'green' (paper §1; ex (1), (2), (3b)).

                    Equations
                    Instances For

                      geel 'yellow' (paper §2.1; ex (6a), (7a)).

                      Equations
                      Instances For

                        blauw 'blue'.

                        Equations
                        Instances For

                          zwart 'black' (paper §1; cf. Spanish negros in (5b)).

                          Equations
                          Instances For

                            Color exceptions to the inflection alternation #

                            Per [McNdS11] §1: forms ending in /ə/ (roze, mauve), -a (lila), or -en (gouden) do not show the +e alternation.

                            roze 'pink' — exception to inflection alternation (final schwa).

                            Equations
                            Instances For

                              mauve 'mauve' — exception to inflection alternation (final schwa).

                              Equations
                              Instances For

                                lila 'lilac' — exception to inflection alternation (-a-final).

                                Equations
                                Instances For

                                  gouden 'golden' — exception to inflection alternation (-en-final).

                                  Equations
                                  Instances For

                                    Taste terms #

                                    Examples from [McNdS11] (4), (7c).

                                    bitter 'bitter' (paper §1, §3.1; ex (4)).

                                    Equations
                                    Instances For

                                      zoet 'sweet' (paper §3.1; ex (4b)).

                                      Equations
                                      Instances For

                                        zuur 'sour' (paper §3.1; ex (4a) for the lemma, (13c) for the inflected zure).

                                        Equations
                                        Instances For

                                          zout 'salty/salt' (paper §3.1; ex (4a)).

                                          Equations
                                          Instances For

                                            Abstract and concrete contrasts #

                                            [McNdS11] §1 notes the inflected-nominalised use is frequent with abstract adjectives but rare with concrete ones.

                                            vreemd 'strange' — abstract; freely takes inflected nominalisation.

                                            Equations
                                            Instances For

                                              gezond 'healthy' — abstract; cited in (§3.4) for het gezonde van X.

                                              Equations
                                              Instances For

                                                leuk 'nice/fun' — abstract (§3.4).

                                                Equations
                                                Instances For

                                                  bijzonder 'special' — abstract (§3.4).

                                                  Equations
                                                  Instances For

                                                    dicht 'closed' — concrete; nominalised inflected use marginal/odd (paper §1: ?*het dichte van deze doos).

                                                    Equations
                                                    Instances For

                                                      Bundles #

                                                      All Dutch color adjectives in this fragment, including exceptions.

                                                      Equations
                                                      • One or more equations did not get rendered due to their size.
                                                      Instances For