From 805fadacd7f0b33463329549153369e2a5ecf034 Mon Sep 17 00:00:00 2001 From: eehouse Date: Thu, 25 Mar 2010 04:53:39 +0000 Subject: [PATCH] German words are not required to contain vowels to be legal -- I'm told. --- xwords4/dawg/German/info.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/xwords4/dawg/German/info.txt b/xwords4/dawg/German/info.txt index f6321981d..d3903f673 100644 --- a/xwords4/dawg/German/info.txt +++ b/xwords4/dawg/German/info.txt @@ -22,8 +22,6 @@ LANGFILTER: tr -d '\r' LANGFILTER: | sed -e 's/ß/SS/g' # uppercase all LANGFILTER: | tr [a-zäöü] [A-ZÄÖÜ] -# no words not containing a vowel -LANGFILTER: | grep '[AEIOUÄÖÜ]' # none with illegal chars LANGFILTER: | grep '^[A-ZÄÖÜ]\+$'