Skip to content

Commit

Permalink
add {:intransitive? true}
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent 6746741 commit be18a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/español/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"advertir" [{:stems {:boot "adviert"}
:sem {:pred :warn}}]
"almorzar" [{:stems {:boot "almuerz"}
:sem {:pred :have-lunch}}]
:sem {:pred :have-lunch}
:intransitive? true}]
"andar" [{:stems {:preterito "anduv"}
:sem {:pred :walk}}]
"anunciar" [{:sem {:pred :announce}}]
Expand Down

0 comments on commit be18a38

Please sign in to comment.