SPP2 YAML source

code: SPP2
biber_number: C7
xiao_number: C50
mfte_code: PP2
bohmann_number: 2
name: Second person pronouns
definition: >-
  You, your, yourself, yourselves. Also archaic: thy, thee, thou, thine.
normalization: finite_verbs
detection:
- source: mfte
  requires:
  - word
  - pos
  cql: '[word={words} & pos="PRP|PRP\$"]'
  words:
  - you
  - your
  - yourself
  - yourselves
  - yours
  - thou
  - thee
  - thy
  - thine
  - thyself
- source: pybiber
  requires:
  - word
  - pos
  cql: '[word={words} & pos="PRP|PRP\$"]'
  words:
  - thee
  - thou
  - thy
  - thyself
  - you
  - your
  - yourself
  - yourselves
sources:
- biber_1988
- mfte
- pybiber
- xiao_2009
- grieve_2023
- bohmann_2019
notes: Archaic forms (thou, thee, thy, thine, ye) included.
examples:
- text: If _your_ model was good enough, you'd be able to work it out.
  source: le_foll_2024