X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fmake-possessive.lst;h=ffc541b1815cf652b6d72e04166618f731165ef1;hb=c1bb425e74c80e59e686c899c89cd04a3554d273;hp=290235c2105c0a4cf6a99d5ae3b1d969ec879d8a;hpb=fcd1b19126a5a5f7312c0d789c832742623fa5bd;p=deb_pkgs%2Fscowl.git diff --git a/src/make-possessive.lst b/src/make-possessive.lst index 290235c..ffc541b 100755 --- a/src/make-possessive.lst +++ b/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