Skip to content

Commit

Permalink
add missing {:obj :none} for intransitive modal:infinitive verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 12, 2024
1 parent c2541d5 commit c841620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/english/lexicon/rules.edn
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,8 @@
subcat-1-is-shared (atom {:sem subj})
complement-sem (atom {:subj subj})]
[;; "needs"
{:sem {:subj subj}
{:sem {:subj subj
:obj :none}
:subcat {:1 {:sem subj}
:2 []}}

Expand Down

0 comments on commit c841620

Please sign in to comment.