mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
ditch words without vowels
This commit is contained in:
parent
5b3e5fbf18
commit
77374484f8
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…
Add table
Reference in a new issue