X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=blobdiff_plain;f=6%2Fsrc%2Fmake-proper-names.lst;fp=6%2Fsrc%2Fmake-proper-names.lst;h=0000000000000000000000000000000000000000;hp=9deccf1165ad5b8a982a75b17ce795a23972625d;hb=b13ea8a082364672c6de2b010e558211ff52ec9a;hpb=01534a94130c1f5a3a230cf4fe18365a235ba271 diff --git a/6/src/make-proper-names.lst b/6/src/make-proper-names.lst deleted file mode 100755 index 9deccf1..0000000 --- a/6/src/make-proper-names.lst +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -cat working/all.lst | grep "^[A-Z]" \ - | comm -23 - working/abbreviations.lst.pre \ - | cat - l/proper-names/* \ - | src/add-other-spellings \ - | src/find-ss working/all.lst \ - | sed "s/^\(.*\)'s\$/\1/" \ - | src/filter \ - | sort | uniq \ - | comm -23 - working/known-upper.lst \ - | sed "s/^\(.*\)/\1 \1's/" \ - | tr ' ' '\n' \ - | sort | uniq \ - > working/proper-names.lst - - - - -