Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 10, 2024
1 parent a5ca21b commit 22fe3e5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/english/lexicon/pronouns.edn
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
{:pronoun? true
:reflexive? false
:case :nom
:note [:feminine :plural]
:note [:feminine :plural]
:agr {:person :3rd
:gender :fem
:gender :fem
:number :plur}
:sem {:pred :they
:gender :fem}}]
Expand All @@ -129,7 +129,7 @@
:case :acc
:agr {:person :1st
:number :plur}}]

"we" [{:sem {:pred :we
:ref {:human? true
:gender :fem}}
Expand All @@ -139,17 +139,17 @@
:agr {:person :1st
:gender :fem
:number :plur}
:note [:feminine :plural]}
:note [:feminine :plural]}
{:sem {:pred :we
:ref {:human? true
:gender :masc}}
:pronoun? true
:reflexive? false
:case :nom
:agr {:person :1st
:gender :masc
:gender :masc
:number :plur}
:note [:masculine :plural]}]
:note [:masculine :plural]}]

"what" [{:interogative? true
:pronoun? true
Expand All @@ -168,9 +168,9 @@
:note [:informal :singular]
:sem {:pred :you
:ref {:context :informal}}}

{:agr {:person :2nd
:gender :masc
:gender :masc
:number :plur}
:sense 2
:case :nom
Expand Down Expand Up @@ -212,7 +212,7 @@
:sem {:pred :you
:ref {:context :informal}
:person-not :1st}}

{:agr {:person :2nd
:number :plur}
:case :acc
Expand All @@ -239,7 +239,7 @@
:sem {:pred :you
:ref {:context :formal}
:person-not :1st}}]

"yourself" [{:case :acc
:agr {:number :sing
:person :2nd}
Expand Down

0 comments on commit 22fe3e5

Please sign in to comment.