use sowpods list from freescrabbledictionary.com

This commit is contained in:
Eric House 2014-02-23 11:28:49 -08:00
parent f50c1191b5
commit fe2a623a5a

View file

@ -18,11 +18,11 @@
XWLANG = SOWPODS XWLANG = SOWPODS
LANGCODE = en_US LANGCODE = en_US
TARGET_TYPE = WINCE TARGET_TYPE = WINCE
DICTNOTE = "Used in Scrabble™ tournaments especially outside the US" DICTNOTE = "from http://www.freescrabbledictionary.com/sowpods.txt, Feb. 2014"
include ../Makefile.langcommon include ../Makefile.langcommon
SOURCEDICT ?= $(XWDICTPATH)/English/sow-twl.txt.gz SOURCEDICT ?= $(XWDICTPATH)/English/sowpods.txt.gz
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile $(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \ zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \