JJATD_RESIDUAL YAML source

code: JJATD_RESIDUAL
mfte_code: JJATDother
name: Descriptive attributive adjectives (residual)
definition: >-
  Descriptive attributive adjectives with no semantic subcategory.
  MFTE's JJATDother tracks descriptive (vs classifying) attributive
  adjectives that don't fall into specific semantic categories.
normalization: words
detection:
- source: mfte
  requires:
  - pos
  cql: '[pos="JJ"] [pos="NN.*"]'
  combine: "_ & !JJREL & -JJCOLR & -JJSIZE & -JJTIME"
  description: >-
    Approximation of descriptive attributive residual.
    MFTE distinguishes descriptive from classifying/relational.
sources:
- mfte
notes: >-
  MFTE's JJATDother is part of a three-way split of attributive adjectives
  into epistemic stance, descriptive, and relational/classifying.