ditch words without vowels

This commit is contained in:
ehouse 2005-07-06 00:58:44 +00:00
parent 5b3e5fbf18
commit 77374484f8

View file

@ -28,6 +28,7 @@ SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/LarsDanish.dict.gz
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
grep '[AEIOUナニリ]' |
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
gzip -c > $@