mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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
|
||||
zcat $< | tr -d '\r' | tr [a-zĺćř] [A-ZĹĆŘ] | \
|
||||
grep '[AEIOUナニリ]' |
|
||||
grep '^[A-PR-VX-ZĹĆŘ]\+$$' | sort -u | \
|
||||
gzip -c > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue