X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=current%2Fsrc%2Fmake-possessive.lst;h=ffc541b1815cf652b6d72e04166618f731165ef1;hb=7b14ba883fb1046508c44be37b4c6ba5da5feacf;hp=290235c2105c0a4cf6a99d5ae3b1d969ec879d8a;hpb=0ba1587a200ebb44aea6355ee9330a720e3ecde2;p=deb_pkgs%2Fscowl.git 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