Skip to content

Commit

Permalink
add {:ref :none} for infinitive modals to prevent matching reflexive …
Browse files Browse the repository at this point in the history
…nouns
  • Loading branch information
ekoontz committed Jul 13, 2024
1 parent 25f9451 commit 75d72d8
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 @@ -628,7 +628,8 @@
:modal :infinitive}
:then (let [subj (atom :top)
subcat-1-is-shared (atom {:sem subj})
complement-sem (atom {:subj subj})]
complement-sem (atom {:subj subj
:ref :none})]
[;; "needs"
{:sem {:subj subj
:obj :none}
Expand Down

0 comments on commit 75d72d8

Please sign in to comment.