Skip to content

Commit

Permalink
finish -> finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 13, 2024
1 parent 27cb073 commit 1a9aa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/english/morphology/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
:agr {:person :3rd
:number :sing}}}

{:g [#"^(.*ch)$" "$1es"] ;; teach -> teaches
:p [#"^(.*ch)es$" "$1"]
{:g [#"^(.*[cs]h)$" "$1es"] ;; teach -> teaches, finish -> finishes
:p [#"^(.*[cs]h)es$" "$1"]
:u {:cat :verb
:infl :present
:agr {:person :3rd
Expand Down

0 comments on commit 1a9aa2e

Please sign in to comment.