Skip to content

Commit

Permalink
pay->paid
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 27, 2024
1 parent fcbcb22 commit 85381a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@
:sem {:pred :need}
:modal :none}]
"paint" [{:sem {:pred :paint}}]
"pay" [{:sem {:pred :pay}}]
"pay" [{:sem {:pred :pay}
:exceptions [{:infl :past-simple :surface "paid"}
{:infl :past-participle :surface "paid"}]}]
"perform" [{ :sem {:pred :perform}}]
"play" [{ :sem {:pred :play}}]
"preserve" [{:sem {:pred :preserve}}]
Expand Down

0 comments on commit 85381a3

Please sign in to comment.