JJSIZE YAML source

code: JJSIZE
mfte_code: JJSIZE
name: Size adjectives
definition: Adjectives denoting physical size or dimension.
normalization: nouns
detection:
- source: mfte
  requires:
  - word
  - pos
  cql: '[word={words} & pos="JJ.*"]'
  words:
  - big
  - deep
  - heavy
  - huge
  - long
  - large
  - little
  - short
  - small
  - thin
  - wide
  - narrow
  combine: "_ & !QUAN"
  description: >-
    MFTE matches surface forms with _J prefix (line 1553). Uses word
    (not lemma) to avoid matching comparatives like "smaller" via
    lemma "small".
sources:
- biber_2006
- mfte