GTO YAML source

code: GTO
name: Going-to future
definition: Future constructions with "going to" or "gonna" + verb.
normalization: finite_verbs
detection:
- source: mfte
  requires:
  - word
  - lemma
  - pos
  cql: '[lemma="go"] [word="to" & pos="TO"] [pos="VB"]'
  refines: VBG
sources:
- mfte