mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
ditch words without vowels
This commit is contained in:
parent
9d4bc009c0
commit
a9659a3f4c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/LarsDanish.dict.gz
|
||||||
|
|
||||||
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
||||||
|
grep '[AEIOUナニリ]' |
|
||||||
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
||||||
gzip -c > $@
|
gzip -c > $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue