JJTIME YAML source

code: JJTIME
mfte_code: JJTIME
name: Temporal adjectives
definition: Adjectives related to time or age.
normalization: nouns
detection:
- source: mfte
  requires:
  - word
  - pos
  cql: '[word={words} & pos="JJ.*"]'
  words:
  - annual
  - daily
  - early
  - late
  - new
  - old
  - recent
  - young
  - weekly
  - monthly
  description: >-
    MFTE matches surface forms (line 1556). Uses word (not lemma) to
    avoid matching comparatives like "younger" via lemma "young".
sources:
- biber_2006
- mfte