Skip to content

Commit

Permalink
default to intransitive for Spanish verbs, at least for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent ed09860 commit e2bda96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions resources/español/lexicon/rules.edn
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,6 @@
:sem subj
:reflexive? true}
:2 []}}])}

{:rule :transitivity-both
:if {:cat :verb
:intransitive? ::unspec
:transitive? ::unspec}
:then [{:intransitive? true
:transitive? false}
{:intransitive? false
:transitive? true}]}

{:rule :intrans-only
:if {:cat :verb
Expand Down

0 comments on commit e2bda96

Please sign in to comment.