code: THSC_RESIDUAL
mfte_code: THSCother
name: THAT subordinate clauses (residual)
definition: >-
THAT subordinate clauses with no stance subcategory. MFTE's THSCother =
THSC clauses that have no additional stance verb/adjective tag.
normalization: words
detection:
- source: mfte
requires:
- pos
cql: '[word="that" & pos="IN"]'
combine: "THSC"
description: >-
THSC residual. Uses THSC as base since we don't have the stance
subcategory features (ThVCOMM, ThVATT, etc.) fully implemented.
sources:
- mfte
notes: >-
MFTE tracks stance verbs/adjectives governing THAT clauses separately.
THSCother = THSC minus all stance subcategories. Our approximation
just uses THSC since stance features are not fully implemented.