Skip to content

Commit

Permalink
add a temporary mockup rule to get test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jun 2, 2024
1 parent 3b6d3e8 commit 886ecaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/español/morphology/verbs.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{:g [#"^(.*)$" "quiero"]
:p [#"^(.*)$" "querer"]
:u {:cat :verb
:canonical "querer"
:agr {:number :sing
:person :1st}}}
{:g [#"^(.*)er$" "$1o"]
:p [#"^(.*)o$" "$1er"]
:u {:cat :verb
Expand Down

0 comments on commit 886ecaf

Please sign in to comment.