Skip to content

Commit

Permalink
add past tense irregular of "hurt"
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 3, 2024
1 parent 71682ee commit b28026b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,11 @@
:subcat {:2 {:cat :comp
:rule "comp2"}}}]
"hug" [{:sem {:pred :hug}}]
"hurt" [{:sem {:pred :hurt-oneself}
:reflexive? true}]
"hurt" (let [exceptions [{:infl :past-simple :surface "hurt"}
{:infl :past-participle :surface "hurt"}]]
[{:sem {:pred :hurt-oneself}
:reflexive? true
:exceptions exceptions}])
"increase" [{:sem {:pred :increase}}]
"inhibit" [{ :sem {:pred :inhibit}}]
"insure" [{ :sem {:pred :insure}}]
Expand Down

0 comments on commit b28026b

Please sign in to comment.