RB_RESIDUAL YAML source
code: RB_RESIDUAL
mfte_code: RBother
name: Adverbs (residual)
definition: >-
Adverbs with no semantic subcategory tag. MFTE's RBother = RB tokens
that have ONLY the RB tag, no additional semantic tags appended.
normalization: words
detection:
- source: mfte
requires:
- pos
cql: '[pos="RB"]'
combine: "_ & -AMP & -DWNT & -EMPH & -HDG & -FREQ & -PLACE & -TIME & -DMA & -CONC"
description: >-
RB residual = adverbs minus semantic categories.
Uses count subtraction which may overcount if categories overlap.
sources:
- mfte
notes: >-
MFTE allows multiple semantic tags per token. This approximation
uses count subtraction which may not match exactly if there's overlap.