Skip to content

Commit

Permalink
improve readability with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 13, 2024
1 parent 50f83aa commit da3dfed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/english/morphology/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@
;; smoke/smoking
;; the double-dots prevent 'e'-removal for "be" or "see"
;; be->being, not bing; see -> seeing, not seing
{:g [#"^(..*[^e])e$" "$1ing"]
:p [#"^(..*)ing$" "$1e"]
{:g [#"^(..*[^e])e$" "$1ing"]
:p [#"^(..*)ing$" "$1e"]
:u {:cat :verb
:modal :none
:infl :gerund}}
{:g [#"^(..*[^e])e$" "$1ing"]
:p [#"^(..*)ing$" "$1e"]
{:g [#"^(..*[^e])e$" "$1ing"]
:p [#"^(..*)ing$" "$1e"]
:u {:cat :verb
:modal :infinitive
:infl :gerund}}
Expand Down

0 comments on commit da3dfed

Please sign in to comment.