diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-04 17:54:58 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-04 17:54:58 -0400 |
| commit | 95fb354243cd742c8efb216398574874cda51e50 (patch) | |
| tree | d58a3de6b3d0e3920ffb11473e0de6e10cf3d85c /data | |
| parent | d6e49b472bcf023d86a7c236b57d6eef0ad9bb3f (diff) | |
Fix a few pluralization bugs.
Now, just have to support character classes in suffix rules.
Diffstat (limited to 'data')
| -rw-r--r-- | data/nouns.txt | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
