JJATDother YAML source

code: JJATDother
name: Attitudinal adjectives
definition: Adjectives expressing emotional attitudes or reactions.
normalization: nouns
detection:
- source: mfte
  requires:
  - word
  - pos
  cql: '[word={words} & pos="JJ.*"] [word!="to|that"]'
  words:
  - afraid
  - amazed
  - concerned
  - disappointed
  - encouraged
  - glad
  - happy
  - hopeful
  - pleased
  - shocked
  - surprised
  - unaware
  - worried
  description: >-
    Adjective from word list, not followed by "to" or "that". MFTE (line 1379)
    excludes these contexts because they are counted under separate to-clause
    and that-clause features.
sources:
- biber_2006
- mfte