Skip to content

Commit

Permalink
add missing :3rd person
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 12, 2024
1 parent c841620 commit 8796cb4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions resources/español/morphology/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,30 @@
:person :2nd
:formal? true}}}

{:g [#"^(.+)ar$" "$1a"]
:p [#"^(.+)a$" "$1ar"]
:u {:cat :verb
:infl :present
:agr {:number :sing
:person :3rd
:formal? true}}}

{:g [#"^(.+)er$" "$1e"]
:p [#"^(.+)e$" "$1er"]
:u {:cat :verb
:infl :present
:agr {:number :sing
:person :3rd
:formal? true}}}

{:g [#"^(.+)ir$" "$1e"]
:p [#"^(.+)e$" "$1ir"]
:u {:cat :verb
:infl :present
:agr {:number :sing
:person :2nd
:person :3rd
:formal? true}}}

;; plural
;; 1st person
{:g [#"^(.+)ar$" "$1amos"]
Expand Down

0 comments on commit 8796cb4

Please sign in to comment.