FPP1P YAML source
code: FPP1P
mfte_code: PP1P
name: First person plural pronouns
definition: We, us, our, ourselves, ours.
normalization: finite_verbs
parent: FPP
detection:
- source: mfte
requires:
- word
- pos
cql: '[word={words} & pos="PRP|PRP\$"]'
words:
- we
- us
- our
- ourselves
- ours
- source: pybiber
requires:
- word
- pos
cql: '[word={words} & pos="PRP|PRP\\$"]'
words:
- we
- us
- our
- ourselves
examples:
- text: _We_ were told to deal with it _ourselves_.
source: le_foll_2024
sources:
- biber_1988
- mfte
notes: Part of Biber's combined 1st person category.