JJPR_RESIDUAL YAML source

code: JJPR_RESIDUAL
mfte_code: JJPRother
name: Predicative adjectives (residual)
definition: >-
  Predicative adjectives with no semantic subcategory tag. MFTE's JJPRother =
  JJPR tokens that have ONLY the JJPR tag, no additional semantic tags.
normalization: words
detection:
- source: mfte
  requires:
  - pos
  cql: '[pos="JJ"]'
  combine: "JJPR & -JJCOLR & -JJSIZE & -JJTIME & -JJREL & -JJEVAL"
  description: >-
    JJPR residual = predicative adjectives minus semantic categories.
    Starts from JJPR hits, subtracts semantic types by count.
sources:
- mfte
notes: >-
  MFTE's JJPRother excludes epistemic and attitudinal adjectives which
  are tracked in separate stance categories. This approximation uses
  the semantic adjective features we have mapped.