Skip to content

Commit

Permalink
whitespace for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent 7aa84d1 commit cb3294a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,19 @@
{:agr {:person :2nd} :surface "have" :infl :present
:sem {:tense :past
:aspect :perfect}}
{:agr {:person :3rd :number :sing} :surface "has" :infl :present
{:agr {:person :3rd :number :sing}
:surface "has" :infl :present
:sem {:tense :past
:aspect :perfect}}
{:agr {:person :3rd :number :plur} :surface "have" :infl :present
{:agr {:person :3rd :number :plur}
:surface "have"
:infl :present
:sem {:tense :past
:aspect :perfect}}
{:sem {:tense :past
:aspect :pluperfect} :surface "had" :infl :past-simple}]
:aspect :pluperfect}
:surface "had"
:infl :past-simple}]
non-aux-exceptions [{:agr {:person :1st} :surface "have" :infl :present}
{:agr {:person :2nd} :surface "have" :infl :present}
{:agr {:person :3rd :number :sing} :surface "has" :infl :present}
Expand Down

0 comments on commit cb3294a

Please sign in to comment.