Skip to content

Commit

Permalink
use nominal-verb-with
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent a7483fc commit 6a04c75
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -474,22 +474,12 @@
:subcat []}}
:exceptions non-aux-exceptions})

(let [subj (atom :top)]
{:aux? false
:reflexive? false
:sense 6
:nominal-verb-with "lunch"
:sem {:subj subj
:pred :have-lunch
:obj :none}
:subcat {:1 {:sem subj}
:2 {:cat :noun
:reflexive? false
:agr {:number :sing}
:sem {:pred :lunch
:existential? false}
:subcat []}}
:exceptions non-aux-exceptions})])
:sem {:pred :have-lunch
:exceptions non-aux-exceptions}}])

"heal" [{ :sem {:pred :heal}}]
"hear" (let [exceptions [{:infl :past-simple :surface "heard"}
Expand Down

0 comments on commit 6a04c75

Please sign in to comment.