X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fmake-abbreviations.lst.pre;h=fb7249f7a54bafd9b5431220eb1f3577b1c00669;hb=184e54b67ec57fe58d235d11cde8a43ce7bee0f1;hp=c4d44bb1a338f454a131d012df6c16869d5b62c4;hpb=adbd0c3d3296ead6c49b4f13012aca4a558efc7f;p=deb_pkgs%2Fscowl.git diff --git a/src/make-abbreviations.lst.pre b/src/make-abbreviations.lst.pre index c4d44bb..fb7249f 100755 --- a/src/make-abbreviations.lst.pre +++ b/src/make-abbreviations.lst.pre @@ -15,7 +15,7 @@ cat working/all.lst \ | grep -E "^[A-Z]{2,}'?s?$" \ > working/acronyms.lst.tmp -cat l/not-abbreviations/* working/known-upper.lst \ +cat l/not-abbreviations/* \ | src/filter \ | src/add-affixes no-possessive \ | sort | uniq \ @@ -25,6 +25,7 @@ cat working/abbreviations.lst.tmp \ | sort | uniq \ | comm -23 - working/not-abbreviations.tmp \ | cat - working/acronyms.lst.tmp \ + | cat - r/special/abbreviations{,-also} \ | sort | uniq \ | comm -23 - r/special/never-abbreviations \ > working/abbreviations.lst.pre