THRC_RESIDUAL YAML source

code: THRC_RESIDUAL
mfte_code: THRCother
name: THAT relative clauses (residual)
definition: >-
  THAT relative clauses with no stance subcategory. MFTE's THRCother =
  THRC clauses that have no additional stance noun tag.
normalization: words
detection:
- source: mfte
  requires:
  - word
  - dep
  semgrex: '{word:/[Tt]hat/; dep:nsubj|dobj|nsubjpass}'
  combine: "THRC"
  description: >-
    THRC residual. Uses THRC as base since we don't have the stance
    noun features (ThNFCT, ThNATT, etc.) fully implemented.
sources:
- mfte
notes: >-
  MFTE tracks stance nouns followed by THAT relatives separately.
  THRCother = THRC minus stance noun subcategories.