X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=blobdiff_plain;f=current%2Fsrc%2Fmake-possessive.lst;h=ffc541b1815cf652b6d72e04166618f731165ef1;hp=290235c2105c0a4cf6a99d5ae3b1d969ec879d8a;hb=7b14ba883fb1046508c44be37b4c6ba5da5feacf;hpb=b72d489091bf51f14f63db9bec15fe71fa52a395 diff --git a/current/src/make-possessive.lst b/current/src/make-possessive.lst index 290235c..ffc541b 100755 --- a/current/src/make-possessive.lst +++ b/current/src/make-possessive.lst @@ -1,9 +1,8 @@ #!/bin/sh -src/extract-possessive | sort | uniq \ - | comm -23 - working/abbreviations.lst.pre \ - | cat - working/proper-names.lst \ +cat working/proper-names.lst \ | comm -23 - r/special/not-possessive \ | grep -v "'" \ | src/remove-plurals \ - | sort | uniq > working/possessive.lst + | cat - r/special/add-possessive \ + | sort | uniq > working/possessive-also.lst