Skip to content

Commit

Permalink
{:reflexive? false} by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent cb3294a commit b4ddf6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/español/lexicon/rules.edn
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@
:sem subj
:reflexive? true}
:2 []}}])}


{:rule :reflexive-is-false-by-default
:if {:cat :verb
:reflexive? ::unspec}
:then [{:reflexive? false}]}

{:rule :transitivity-both
:if {:cat :verb
:intransitive? ::unspec
Expand Down

0 comments on commit b4ddf6c

Please sign in to comment.