]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blobdiff - current/src/make-proper-names.lst
Imported Upstream version 2015.08.24
[deb_pkgs/scowl.git] / current / src / make-proper-names.lst
diff --git a/current/src/make-proper-names.lst b/current/src/make-proper-names.lst
deleted file mode 100755 (executable)
index 9deccf1..0000000
+++ /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
-
-
-
-
-