NNNUM YAML source

code: NNNUM
xiao_number: A5
name: Numeral nouns
definition: Nouns denoting numerals (e.g., hundred, thousand, millions).
normalization: words
detection:
- source: xiao_2009
  requires:
  - usas
  usas_code: N1
- source: usas
  requires:
  - lemma
  - pos
  cql: '[lemma={words} & pos="NN|NNS"]'
  words:
  - '10'
  - ISBN
  - ahab
  - coefficient
  - countdown
  - dasoot
  - decimal
  - decimalisation
  - decimals
  - digit
  - dool
  - enumeration
  - flank
  - grand
  - gross
  - halves
  - hanna
  - integer
  - multiplication
  - nought
  - noughts
  - numbering
  - numeral
  - quarter
  - quarters
  - threesome
  - zero
  - zilch
sources:
- xiao_2009
- usas