Skip to content

Commit

Permalink
spend irregular past: spent
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 28, 2024
1 parent bf4a46d commit 0a604cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -667,12 +667,16 @@
"smoke" [{ :sem {:pred :smoke}}]
"speak" (let [exceptions [{:infl :past-simple
:surface "spoke"}
{:infl :past-participle
{:infl :past-participle
:surface "spoken"}]]
[{:sem {:pred :speak}
:exceptions exceptions}])
"spell" [{:sem {:pred :spell}}]
"spend" [{:sem {:pred :spend}}]
"spend" [{:sem {:pred :spend}
:exceptions [{:infl :past-simple
:surface "spent"}
{:infl :past-participle
:surface "spent"}]}]
"sneeze" [{:sem {:pred :sneeze}}]
"stand" (let [exceptions [{:infl :past-simple :surface "stood"}
{:infl :past-participle :surface "stood"}]]
Expand Down

0 comments on commit 0a604cf

Please sign in to comment.