JJAT_RESIDUAL YAML source
code: JJAT_RESIDUAL
mfte_code: JJATother
name: Attributive adjectives (residual)
definition: >-
Attributive adjectives with no semantic subcategory tag. MFTE's JJATother =
JJAT tokens that have ONLY the JJAT tag, no additional semantic tags.
normalization: words
detection:
- source: mfte
requires:
- pos
cql: '[pos="JJ"]'
combine: "_ & !JJPR & -JJCOLR & -JJSIZE & -JJTIME & -JJREL & -JJEVAL"
description: >-
JJAT residual = attributive adjectives minus semantic categories.
Excludes JJPR (predicative) by index, subtracts semantic types by count.
sources:
- mfte
notes: >-
MFTE's JJATother is complex due to the attributive/predicative split
and multiple semantic dimensions. This approximation may not match exactly.