ASPECT YAML source

code: ASPECT
mfte_code: ASPECT
name: Aspectual verbs
definition: >-
  Verbs expressing aspect of another action: start, keep, stop, begin, continue,
  finish, etc.
normalization: finite_verbs
detection:
- source: mfte
  requires:
  - lemma
  - pos
  cql: '[lemma={words} & pos="VB.*"]'
  words:
  - begin
  - start
  - continue
  - keep
  - stop
  - finish
  - cease
  - complete
  - end
  - resume
examples:
- text: You should just _keep_ talking.
  source: le_foll_2024
- text: I _started_ early today.
  source: le_foll_2024
sources:
- mfte