Skip to content

Commit b41c15e

Browse files
committed
mar -> mares
1 parent 3ba30dd commit b41c15e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/español/morphology/nouns.edn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
:u {:cat :noun
55
:agr {:number :sing}}}
66

7+
{:g [#"^(.*r)$" "$1es"]
8+
:p [#"^(.*)es$" "$1"]
9+
:u {:cat :noun
10+
:pronoun? false
11+
:propernoun? false
12+
:agr {:number :plur}}}
13+
714
{:g [#"^(.*)$" "$1s"]
815
:p [#"^(.*)s$" "$1"]
916
:u {:cat :noun

0 commit comments

Comments
 (0)