From 95fb354243cd742c8efb216398574874cda51e50 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 4 Apr 2017 17:54:58 -0400 Subject: Fix a few pluralization bugs. Now, just have to support character classes in suffix rules. --- data/nouns.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/nouns.txt b/data/nouns.txt index fb976ab..34724b0 100644 --- a/data/nouns.txt +++ b/data/nouns.txt @@ -2677,7 +2677,8 @@ major general => major generals # Compound postfix forms require recursive inflection of the core noun(s)... # ['(SING)-general' is non-indicative because it includes the above '-star general' form] -(SING)-general => (PL)-general # E.g. Consul General --> Consuls General +# E.g. Consul General --> Consuls General +(SING)-general => (PL)-general # E.g. son-of-a-gun --> sons-of-guns son-of-a-(SING) => sons-of-(PL) @@ -2740,7 +2741,8 @@ its => theirs -[aiy]nx => -[aiy]nxes | -[aiy]nges -arf => | -arves -ceps => -ceps | --[cs]h => -[cs]hes | +-ch => -ches | +-sh => -shes | -eaf => -eaves | -eau => -eaus | -eaux -ieu => -ieus | -ieux @@ -2756,4 +2758,4 @@ its => theirs -x => -xes | -y => -ies | -z => -zzes | --zoon => | -zoa \ No newline at end of file +-zoon => | -zoa -- cgit v1.2.3