]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blobdiff - src/make-abbreviations.lst.pre
fix numbering of variants to be 1 and 2 (closes: #867586)
[deb_pkgs/scowl.git] / src / make-abbreviations.lst.pre
index c4d44bb1a338f454a131d012df6c16869d5b62c4..fb7249f7a54bafd9b5431220eb1f3577b1c00669 100755 (executable)
@@ -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