FPP YAML source

code: FPP
biber_number: C6
xiao_number: C49
mfte_code: PP1all
bohmann_number: 1
name: First person pronouns
definition: 'All first person pronouns (singular and plural): I, me, my, we, us, our, etc.'
normalization: words
children:
- FPP1S
- FPP1P
detection:
- requires:
  - pos
  combine: "FPP1S | FPP1P"
  description: Sum of FPP1S + FPP1P
- source: pybiber
  requires:
  - word
  - pos
  cql: '[word={words} & pos="PRP|PRP\$"]'
  words:
  - i
  - me
  - my
  - myself
  - our
  - ourselves
  - us
  - we
sources:
- biber_1988
- pybiber
- xiao_2009
- grieve_2023
- bohmann_2019